Regex Replace Step
  • 24 Oct 2022
  • 1 Minute to read
  • Dark
    Light

Regex Replace Step

  • Dark
    Light

Article Summary

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


Was this article helpful?