Format: upper( text )
Arguments: (text) text Input text string
Returns: (text) text with all characters converted to uppercase
Examples: upper("A line of text") = A LINE OF TEXT
See Also: lower