Regex

parser for regular expressions a successful parse step returns all captures in an array

Constructors

this
this(string regex, bool collect)
Undocumented in source.

Members

Functions

parse
ParseResult!(immutable(char)) parse(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fCollect
bool fCollect;
Undocumented in source.
fRegex
string fRegex;
Undocumented in source.

Meta