Project

General

Profile

Actions

$addtok » History » Revision 14

« Previous | Revision 14/15 (diff) | Next »
Per Amundsen, 08/10/2015 05:26 AM


Added in 1.9.0

$addtok(text,token,C)

Adds a token to the end of text but only if it is not already in text.

$addtok is case-insensitive, see $addtokcs for case-sensitive version.

Parameters

text - The text to tokenize.
token - Token to add.
C - The ASCII value to tokenize by.

Example

; Returns a.b.c.d
//echo -ag $addtok(a.b.c,d,46)

; Returns a.b.c.d
//echo -ag $addtok(a.b.c.d,c,46)

Updated by Per Amundsen over 8 years ago · 14 revisions

Also available in: PDF HTML TXT