Replace All

Replaces all occurrences of a regular expression in the enclosed tokens.

Fields

Regular Expression

Specify the regular expression that matches the substring to be replaced. Supports variable expansion. For more information, see Variable Selector.

Replace With

Specify the replacement string. Supports variable expansion. For more information, see Variable Selector.

Remarks

For information about creating regular expressions, see Java Class Pattern and Java Class Matcher details for your version of Java in the Oracle Java documentation.

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

Example

Replace all
Editor