Remove Text Using Regex
Removes occurrences of a specified regular expression from a text.
Overview
Syntax
Option 1
the text is "{input}"
the regular expression is "{regex}"
remove the regular expression from the text
the remove strategy is "{strategy}"Option 2
the regular expression is "{regex}"
remove the regular expression from "{input}"
the remove strategy is "{strategy}"Data
Data Name
Can be Renamed
Parameters
Examples
1. No removal strategy specified
2. Removing the first occurrence
3. Removing the last occurrence
Last updated
Was this helpful?

