Flags that may be supplied to prepare to affect matching behavior.
Declared in <bdlpcre_regex.h>
enum Unnamed enum;
| Name | Description |
|---|---|
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). |