The following functions are contained in this category:
Name | Description | |
|---|---|---|
| Returns the ANSI character code corresponding to the first letter in a string. | |
| Returns the character associated with the specified ANSI character code. | |
| Returns the position of the first occurrence of one string within another. | |
| Returns the position of an occurrence of one string within another, from the end of string. | |
| Returns a string that has been converted to lowercase. | |
| Returns a specified number of characters from the left side of a string. | |
| Returns the number of characters in a string. | |
| Returns a copy of a string without leading spaces. | |
| Returns a specified number of characters from a string. | |
| Returns a string in which a specified substring has been replaced with another substring a specified number of times. | |
| Returns a specified number of characters from the right side of a string. | |
| Returns a copy of a string without trailing spaces. | |
| Returns a string consisting of the specified number of spaces. | |
| Returns a value indicating the result of a string comparison. | |
| Returns a repeating character string of the length specified. | |
| Returns a string in which the character order of a specified string is reversed. |