C# Class Frapid.Mapper.Database.Inflector.InflectorRule

Show file Open project: frapid/frapid

Public Methods

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

Method Details

Apply() public method

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

InflectorRule() public method

public InflectorRule ( string regexPattern, string replacementText ) : System.Collections.Generic
regexPattern string
replacementText string
return System.Collections.Generic