Action group: Text
Description
Converts text into a collection of strings by a specified delimiter
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Text | Text to make action on | Robin.String | Yes | |
Separator | A symbol or string that delimits the substrings in the given string. Space by default. | Robin.String | No | |
Remove empty entries | If the parameter value is true, then the action will omit empty values from the output collection. The default is false. | Robin.Boolean | true | No |
Results | ||||
Result | The resulting collection of strings | Robin.Collection |
None.
There is a variable "Introductory text" with value = "Robot 1. Robot 2. Robot 3." It is necessary to convert the text into a collection of strings by delimiter "." and output the obtained values sequentially in dialog boxes.
Use the actions "Split", "Get value by index" "Show message".
3 dialog boxes are displayed sequentially