AbstractRegexMatcher.RegexRule

Undocumented in source.
class AbstractRegexMatcher
protected static
class RegexRule {}

Constructors

this
this(string rule)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pattern
Regex!char pattern;
Undocumented in source.
rule
string rule;
Undocumented in source.

Meta