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