Actions
$insert » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 08/06/2015 05:42 AM
Added in 1.8.10
$insert(text, token, N)
Insert token into text at position N.
Parameters
text - Text to insert to.
token - Token to insert.
N - Position in text to insert the token at.
Example
; Insert 'wo' at position 6. //echo -ag $insert(hello rld, wo, 6)
Updated by Per Amundsen over 9 years ago · 1 revisions