Actions
Tokenize » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
Per Amundsen, 08/09/2015 05:44 AM
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 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
Updated by Per Amundsen over 9 years ago · 2 revisions