uppercases
Use this function to convert a text to uppercase.
The uppercases function has been superseded by the uppercase_of_characters function. Unless Enhanced Unicode Support is disabled, all calls to uppercases are automatically mapped to the uppercase_of_characters function.
uppercases ( input )
This function returns a value of type TEXT.
The function has one parameter:
- input, type TEXT. The text which is converted.
Examples
uppercases ("This is an EXAMPLE") results in "THIS IS AN EXAMPLE"