Replace
Replaces characters that match a regular expression with a specified string.
Arguments
Input value | Specify the string in which the replacement is to be performed. |
Properties
Pattern | Enter a regular expression defining the pattern that the string
must match to be replaced. This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored. |
Replacement string | Enter a string that replaces the existing characters identified
by the pattern. This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored. |
Only first occurrence? | Select this check box to replace only the first occurrence of the pattern in the specified input value. |