Actions
$puttok » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 08/10/2015 05:50 AM
Added in 1.9.0
$puttok(text,token,N,C)
Overwrites the Nth token in text with a new token.
Parameters
text - The text to tokenize.
token - Token to put.
N - The Nth token to replace.
C - The ASCII value to tokenize by.
Example
; Replace the second token with 'e' //echo -ag $puttok(a.b.c.d,e,2,46)
Updated by Per Amundsen over 9 years ago · 1 revisions