String |
Description |
|---|---|
Returns a number representing the character code of the first character in string. |
|
Returns a one character string containing the character whose character code is number. Number must be in the range 0-255, or a run-time error will occur. |
|
Returns the position of one string within another string, from the start of the string. |
|
Returns the position of one string within another string, from the end of the string. |
|
Returns the leftmost characters of a string, of a selected length. |
|
Returns the length of string. |
|
Returns a string in lower case. |
|
Left pad string to a specified number of characters. |
|
Returns a sub-string of a string. |
|
Returns the number of occurrences of a string within another string. |
|
Creates a bank account number from a Bank Account string and a Pattern string, using a Pad Character. |
|
Returns the position of a substring in a string. |
|
Returns a string in proper case. |
|
Replaces a specified substring with another substring. |
|
Returns the rightmost characters of a string, of a selected length. |
|
Right pad string to a specified number of characters. |
|
Returns a sub-string of a string. |
|
Removes leading and trailing spaces from a string. |
|
Returns a string in upper case. |
|
Returns string with an amount in words. |