Flags that may be supplied to replace to affect replacement behavior.

Synopsis

Declared in <bdlpcre_regex.h>

enum Unnamed enum;

Members

Name

Description

k_REPLACE_LITERAL

The replacement string is treated as literal text.

k_REPLACE_GLOBAL

Replace all occurrences in the subject.

k_REPLACE_EXTENDED

Perform extended replacement processing.

k_REPLACE_UNKNOWN_UNSET

Treat an unknown group as unset.

k_REPLACE_UNSET_EMPTY

Insert an empty string for a simple unset group.

Created with MrDocs