Project

General

Profile

Actions

Added in 1.9.0

/tokenize <C> <text>

Fills the $1 $2 ... $N identifiers with tokens in <text> separated by character <c>.

Parameters

Parameter Description
<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 about 1 year ago · 3 revisions

Also available in: PDF HTML TXT