Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Regex Replace Step

Prev Next

Step Details

Introduced in Version---
Last Modified in Version7.12.0
LocationData > Text

The Regex Replace step looks up text input via a regular expression pattern and then replaces the text that matches the pattern.




Properties

Inputs

PropertyDescriptionData Type
InputString to replace text in.String
OptionsThere are options such as IgnoreCase, Multiline, ExplicitCapture, Compiled, Single-line, IgnorePatternWhiteSpace, RightToLeft, and ECMAScript to be used to Advanced the Search Pattern.
List of RegexOptions
PatternRegex PatternString
ReplacementText that is used to replace the text that matches the pattern.String

Outputs

PropertyDescriptionData Type
RegexReplace1_Output
New string with replaced text.String