String maniuplation functions
This group of script functions is related to string manipulation and all contain the prefix "string.". The available string manipulation functions are listed below.
|
Case-sensitive comparison of two strings |
|
|
Case-insensitive comparison of two strings |
|
|
Find the first match of a substring in a string |
|
|
Format a string, integer or floating value according the format-control string |
|
|
Convert a string to an integer. |
|
|
Remove all leading and trailing whitespace |