Character Case Functions
Alpha Five provides the following character functions.
|
Function |
|
Description |
|
V5 |
Encodes an input string so that its capitalization can be restored. | |
|
V5 |
Returns the original character string encoded by CASE_PRESERVE() to its initial pattern of upper and lower case characters. | |
|
V5 |
Capitalizes the first letter in an Input_String. | |
|
V5 |
Converts an Input_String to lowercase. | |
|
V6 |
Converts an Input_String to lowercase. | |
|
V5 |
Leaves the case of the first character of Input_String unchanged, and converts the rest of Input_String to lower case. | |
|
V5 |
Leaves the case of the first character of each word in Input_String unchanged, and converts the rest of Input_String to lower case. | |
|
V5 |
Converts an Input_String to uppercase. | |
|
V5 |
Converts an Input_String to uppercase and removes trailing blanks. | |
|
V5 |
Capitalizes the first character of each word in an Input_String. | |
|
V5 |
Capitalizes the first character of each word in an Input_String. |
See Also