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