NameMatchRegex

Regex pattern matcher Match occurs when there's non-empty set of matches for a given pattern

Constructors

this
this(string pattern, const(char)[] flags)

creates a name matcher using std.regex module takes regex pattern and flags as described in std.regex.regex

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