String Functions



allTrim Removes all leading and trailing spaces from a string.
asc Returns the ASCII code for a character.
at Case sensitive search for the first occurance of a string within a string.
atdiff Case sensitive comparison of two strings.
ati Case insensitive search for the first occurance of a string within a string.
atLast Case sensitive search for the last occurance of a string within a string.
atLasti Case insensitive search for the last occurance of a string within a string.
atNext Case sensitive search for a specific occurance of a string within a string.
atNexti Case insensitive search for a specific occurance of a string within a string.
atToken Search for a specific occurance of a delimited token within a string.
chr Returns the character for a specific ASCII value.
chrSwap Exchanges one character for another within a string.









(c) 2000-2001 by West Coast Web Adventures, Inc., All Rights Reserved