ReFilter.match

struct ReFilter
bool
match
(
string s
,
void delegate
(
string s
,
string type
)
@safe
logFailed = null
)

Return Value

Type: bool

true if s matches ìncludeRe and NOT matches any of excludeRe.

Meta