Flags that may be supplied to prepare to affect matching behavior.
Synopsis
Declared in <bdlpcre_regex.h>
enum Unnamed enum;
Members
Name |
Description |
|
Case‐insensitive matching. |
|
Dot metacharacter matches all characters (including newlines). |
|
Multi‐line matching. |
|
UTF‐8 support. |
|
Just‐in‐time compiling optimization requested. |
|
Allow duplicate named groups (sub‐patterns). |
Created with MrDocs