PreviousUpNext

5.5.32  Explode a string into a list of characters

Explode a string into a list of characters:

    eval:  explode "green";
    ['g', 'r', 'e', 'e', 'n']

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext