split(separator, limit)
Split up the given string into an array of string values using the specified delimiter.
Parameter
Separator The characters to be used as delimiters when
splitting the string. By default, space is
used as the delimiter.
Limit The number of substrings to be returned.
Example
"abc,def".split(",",2);
| << toUpperCase() | © 1996-2013 InetSoft Technology Corporation (v11.4) | slice(start, end) >> |