Flags that may be supplied to replace to affect replacement behavior.
Synopsis
Declared in <bdlpcre_regex.h>
enum Unnamed enum;
Members
Name |
Description |
|
The replacement string is treated as literal text. |
|
Replace all occurrences in the subject. |
|
Perform extended replacement processing. |
|
Treat an unknown group as unset. |
|
Insert an empty string for a simple unset group. |
Created with MrDocs