C# Class NLite.Inflector.InflectorRule

Show file Open project: netcasewqs/elinq

Public Properties

Property Type Description
regex System.Text.RegularExpressions.Regex
replacement string

Public Methods

Method Description
Apply ( string word ) : string
InflectorRule ( string regexPattern, string replacementText ) : System

Method Details

Apply() public method

public Apply ( string word ) : string
word string
return string

InflectorRule() public method

public InflectorRule ( string regexPattern, string replacementText ) : System
regexPattern string
replacementText string
return System

Property Details

regex public property

public Regex,System.Text.RegularExpressions regex
return System.Text.RegularExpressions.Regex

replacement public property

public string replacement
return string