BloombergLP::bdlpcre::RegEx::Unnamed enum

Flags that may be supplied to prepare to affect matching behavior.

Synopsis

Declared in <bdlpcre_regex.h>

enum Unnamed enum;

Members

NameDescription
k_FLAG_CASELESS Case-insensitive matching.
k_FLAG_DOTMATCHESALL Dot metacharacter matches all characters (including newlines).
k_FLAG_MULTILINE Multi-line matching.
k_FLAG_UTF8 UTF-8 support.
k_FLAG_JIT Just-in-time compiling optimization requested.
k_FLAG_DUPNAMES Allow duplicate named groups (sub-patterns).