split() Operation
Syntax |
NONE
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Semantics | Returns an array of strings. Wherever the pattern matches, the string will be split. The string fragments are stored in array Note the following behavior of regular expressions: If pattern expression | ||||||||||
Substitutables | aString | Can be any variable or object attribute having the type String. | |||||||||
regExpPattern | Regular expression (see Regular Expressions for a list of valid regular expressions). An introduction into regular expressions can be found at http://www.regular-expressions.info/. | ||||||||||
LITERAL | String literal. | ||||||||||
Examples |
NONE
| ||||||||||
Assume we have a string containing a list of customers:
Assuming that the split character is either the "
|