This verb replaces all occurrences of the specified regular expression on all enclosed nouns and verbs.
Regular Expression that matches the substring to replace.
Regular expression that specifies the replacement string.
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.