Assertion.match

Undocumented in source. Be warned that the author may not have intended to support it.
class Assertion(T)
static if(isSomeString!T)
match
(
RegEx
)
(
RegEx re
,
string file = __FILE__
,
size_t line = __LINE__
)
if (
is(RegEx == RegexOfT) ||
is(RegEx == StaticRegexOfT)
||
isSomeString!RegEx
)

Meta