matchSpacelessPattern

Undocumented in source. Be warned that the author may not have intended to support it.
bool
matchSpacelessPattern
(
string pattern
,)

Examples

assert(matchSpacelessPattern("v|verbose", "v"));
assert(matchSpacelessPattern("v|verbose", "verbose"));
assert(!matchSpacelessPattern("v|verbose", "lalafell"));

Meta