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. !
bool set(WvStringParm glob)
Replace the current regex to match with a new one.
WvGlob()
Construct an empty glob object.
WvGlob(WvStringParm glob)
Construct an glob object for the given pattern.
static WvString glob_to_regex(WvStringParm glob, WvString *errstr)
Convert a glob string to its regex equvilent.
WvRegex – Unified support for regular expressions.
WvString is an implementation of a simple and efficient printable-string class.