![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME
explode - Explodes a string to an array in xml, xoxo, or json(p) format
EXAMPLES
explode 1,2,3,4
Returns XML-style 'array' with elements 1, 2, 3, and 4
explode 1+2+3+4 -token +
Returns XML-style 'array' with elements 1, 2, 3, and 4
explode 1,2,3,4 -as xoxo
Returns XOXO-style 'array' with elements 1, 2, 3, and 4
explode 1,2,3,4 -as json
Returns JSON-style 'array' with elements 1, 2, 3, and 4
explode 1,2,3,4 -as json -callback x
Returns JSONP-style 'array' with elements 1, 2, 3, and 4 using callback x
AUTHOR
Stephen Paul Weber
http://singpolyma-tech.blogspot.com/