Action group: Text
Removes the specified text from the source text
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Source text | Text to make action on | Robin.String | Yes | |
The substring to be deleted | The substring to be deleted | Robin.String | Yes | |
Apply to all | If the parameter value is True, then all found matches will be deleted. Otherwise, only the first fragment found. The default is «false». | Robin.Boolean | true | No |
Case sensitive | If the parameter value is True, then the search for matches will be case-sensitive. The default is «false». | Robin.Boolean | true | No |
Results | ||||
Result | A string variable containing the processed text. | Robin.String |
None.
There is a variable "Introductory text" with the value: "Robot 1. Robot 2. Robot 3. " It is required to output in the dialog box the value: "1.2.3."
Use the actions "Delete matches", "Show message".
The required value is displayed in the dialog box