Replace All

This verb replaces all occurrences of the specified regular expression on all enclosed nouns and verbs.


Example


Replace All


Fields

Regular Expression

Regular Expression that matches the substring to replace.


Replace With

Regular expression that specifies the replacement string.


Remarks

Each matching instance is replaced the string specified by the value specified in the Replace with field.

For details on creating regular expressions, see:

The pattern option CASE_INSENSITIVE, DOTALL, and UNICODE_CASE are used but can be reversed using the appropriate embedded escapes.