This group of script functions is related to string manipulation and all contain the prefix "string.". The available string manipulation functions are listed below.



string.compare

Case-sensitive comparison of two strings

string.comparenocase

Case-insensitive comparison of two strings

string.find

Find the first match of a substring in a string

string.format

Format a string, integer or floating value according the format-control string

string.strtoint

Convert a string to an integer.

string.trim

Remove all leading and trailing whitespace