20 static const bool normal_quit_chars[256];
21 static const bool brace_quit_chars[256];
23 static WvString glob_to_regex(
const char *src,
size_t &src_used,
24 char *dst,
size_t &dst_used,
const bool quit_chars[256]);
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
WvGlob – Unified support for filename globbing. !
WvRegex – Unified support for regular expressions.
WvGlob()
Construct an empty glob object.
WvString is an implementation of a simple and efficient printable-string class.