This verb replaces the first occurrence of the specified regular expression.
Regular Expression that matches the substring to replace.
Regular expression that specifies the replacement string.
The 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.