Actions
Tokenize » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 02/14/2014 08:05 PM
Added in 1.9.0
/tokenize <C> <text>
Fills the $1 $2 ... $N identifiers with tokens in <text> separated by character <c>.
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
Updated by Per Amundsen almost 11 years ago · 1 revisions