Function str-split
str-split aString separator
Splits a string into a list of strings.
- Parameters:
- aString -
The string to be splited.
- separator -
A string object representing a regular expression or a regular
expression object.
- Returns:
-
A list of string objects obtained from aString
by splitting it using the separator as boundary
sequence.
-
Report a bug or request new features
© 2002