Split

Returns a new list of strings after splitting the specified text into sub-strings based on a regular expression.

Table 1. Input Properties
Property Type Description
pattern String Regular expression
string String String to be split.