vle-string-split
(vle-string-split keys
string)
splits the given string 'string' into string-tokens,
based on delimiter characters as specified by 'keys'
Arguments |
'keys' string containing all delimiter characters to be
used |
Return |
list of string
tokens; |
Example |
(vle-string-split ",;"
"Sample, using different keys; voila") |
Alias |
|
Remarks |
if no <delimiter> character is contained, the returned list will contain v the original string |
© Menhirs NV. All rights reserved. |