C# Класс Framework.Core.Helpers.TransformationRule

Specified word transformation rule (regular expression pattern + replacment rule).
Показать файл Открыть проект

Открытые методы

Метод Описание
Apply ( String word ) : String

Applies rule to word.

TransformationRule ( String pattern, String replacement ) : System

Initializes a new instance of the TransformationRule class.

Описание методов

Apply() публичный Метод

Applies rule to word.
public Apply ( String word ) : String
word String The word to transform.
Результат String

TransformationRule() публичный Метод

Initializes a new instance of the TransformationRule class.
public TransformationRule ( String pattern, String replacement ) : System
pattern String The pattern.
replacement String The replacement.
Результат System