GlobFilter.match

struct GlobFilter
bool
match
(
string s
,
void delegate
(
string s
,
string[] filters
)
@safe
logFailed = null
)

Parameters

logFailed void delegate
(
string s
,
string[] filters
)
@safe

called when s fails matching.

Return Value

Type: bool

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

Meta