regex

Undocumented in source.
template regex (
string PATTERN
ubyte FLAGS = GLOBAL
) {}

Members

Functions

ctor
Regex ctor()
Undocumented in source. Be warned that the author may not have intended to support it.
match
string[][] match()
Undocumented in source. Be warned that the author may not have intended to support it.
matchFirst
string[] matchFirst()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta