| Find
|
Searches
the substring in the string. |
| Insert
|
Inserts the substring in
the string. |
| IsEmpty
|
Tests a
string for the empty condition. |
| Left
|
Extracts the left part of
a string. |
| GetLenght
|
Returns
the number of the characters in the String. |
| MakeLower |
Converts all characters in
the string to lowercase characters. |
| MakeReverse |
Reverses
the characters in a string. |
| MakeUpper |
Converts all the characters
in a string to uppercase characters. |
| Mid |
Extracts
the middle part of a string. |
| Remove |
Removes indicated characters
from a string. |
| Replace |
Replaces
indicated characters with other characters. |
| Right |
Extracts the right part of
a string. |
| Trim |
Trim marginal
whitespace characters from the String. |
| TrimLeft |
Trim leading whitespace characters
from the String. |
| TrimRight |
Trim trailing
whitespace characters from the String. |
| StringToNumber |
Converts string to number. |
| NumberToString |
Converts
number to string. |