C# Класс Tp.Core.Inflector.InflectorRule

Показать файл Открыть проект

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

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

Applies the specified word.

InflectorRule ( string regexPattern, string replacementText ) : System

Initializes a new instance of the InflectorRule class.

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

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

Applies the specified word.
public Apply ( string word ) : string
word string The word.
Результат string

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

Initializes a new instance of the InflectorRule class.
public InflectorRule ( string regexPattern, string replacementText ) : System
regexPattern string The regex pattern.
replacementText string The replacement text.
Результат System