matchAny

bool
matchAny
@safe nothrow
(
const string value
,
Regex!char[] re
)

Return Value

Type: bool

true if the value match any regex.

Meta