C# Class Tp.Core.Inflector.InflectorRule

Mostra file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
Apply ( string word ) : string

Applies the specified word.

InflectorRule ( string regexPattern, string replacementText ) : System

Initializes a new instance of the InflectorRule class.

Method Details

Apply() public method

Applies the specified word.
public Apply ( string word ) : string
word string The word.
return string

InflectorRule() public method

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.
return System