Regex Replace Step
- 24 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Regex Replace Step
- Updated on 24 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | --- |
Last Modified in Version | 7.12.0 |
Location | Data > 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
Property | Description | Data Type |
---|---|---|
Input | String to replace text in. | String |
Options | There 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 |
Pattern | Regex Pattern | String |
Replacement | Text that is used to replace the text that matches the pattern. | String |
Outputs
Property | Description | Data Type |
---|---|---|
RegexReplace1_Output | New string with replaced text. | String |
Was this article helpful?