_Added in 1.9.0_ */tokenize <C> <text>* Fills the $1 $2 ... $N identifiers with tokens in separated by character . *Parameters* <C> - The ascii character to separate by. <text> - The text to separate. *Example*
;Separate the text "one:two:three" by ascii characters 58 (:)
//tokenize 58 one:two:three | echo -a Result of $!2: $2