C# Class Raven.Light.Util.Inflector.Rule

Mostra file Open project: hibernating-rhinos/Raven.Light

Public Methods

Method Description
Apply ( string word ) : string
Rule ( string pattern, string replacement ) : System.Collections

Method Details

Apply() public method

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

Rule() public method

public Rule ( string pattern, string replacement ) : System.Collections
pattern string
replacement string
return System.Collections