NameMatchText

String name matcher Match occurs when string given are equal

Constructors

this
this(string text)

takes a string which will be tested for exact match

Members

Functions

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

Inherited Members

From NameMatch

matches
bool matches(string against)
Undocumented in source.
toString
string toString()
Undocumented in source.

Meta