Actions
$istokcs » History » Revision 3
« Previous |
Revision 3/5
(diff)
| Next »
Per Amundsen, 08/09/2015 05:46 AM
Added in 1.9.0
$istokcs(text,token,C)
Returns $true if token exists in text, otherwise returns $false.
$istokcs}] is case-sensitive, see [[$istok for a case-insensitive version.
Parameters
text - The text to tokenize.
token - The token to check.
C - The ASCII value to tokenize by.
Example
; Check if 'B' is a token in 'a.B.c.d' //echo -ag $istokcs(a.B.c.d, B, 46)
Updated by Per Amundsen over 9 years ago · 3 revisions