Transforms string into the collection of elements. Each element of the collection is part of the string before the given separator. Very useful to parse the text – e.g. to locate and extract needed part of the text.
inputs:
string – input string to be split into collection of elements
- Required: yes
separator – symbol (coma “,”, space ” “, pipe “|” etc) or several which divides parts of the string to be elements of the collection
- Required: yes
outputs:
collection – collection from words of the string split by the separator
Example of extracting Case Number from the Email Subject:
Click to rate this post!
[Total: 0 Average: 0]