A group of actions: Text
The action changes all substrings in the text that match the specified regular expression to a new value and returns the text after replacement
Settings
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Text | Source text for processing. | Robin.String | Yes | |
Regex | Regular expression to match. | Robin.String | Yes | |
Replacement | New value for the text to be replaced | Robin.String | Yes | |
Count | The maximum number of times the replacement can occur. To replace all matches, use -1. | Robin.Numeric | No | |
Ignore case | Replace occurrences ignoring case. Case is not ignored by default. | Robin.Boolean | true | No |
Results | ||||
Result | A string variable containing the processed text. | Robin.String |
Обзор
Инструменты контента