InflectionRule

Undocumented in source.
class InflectionRule : InflectionInterface (
string expression
string format
string matchOptions = ""
) {}

Members

Functions

inflect
string inflect(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
matches
bool matches(string input)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

opCall
InflectionInterface opCall()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From InflectionInterface

inflect
string inflect(string input)
Undocumented in source.
matches
bool matches(string input)
Undocumented in source.

Meta