the
regExplode
of
(
string ,
delimiter )
regExplode
(
string ,
delimiter )
String yields any string
. Delimiter yields a string
describing a regular expression.
The regExplode
function returns a list
of the chunks in the specified string delimited by the specified delimiter, not including any trailing empty chunks.
The delimiter is a regular expression. For a literal version of this function, see explode
or csExplode
.