Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

explode

(This command has been awarded a Yubnub Golden Egg)

http://jonathanaquino.com/singpolymaplay/yubnub-explode.php?xn_auth=no&data=%s&token=${token=,}&as=${as=xml}&callback=${callback}
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/
    
211556 uses - Created 2006-04-25 11:02:09 - Last used 2023-07-30 06:14:20
Is this command broken? Tell Jon if you know how to fix it.