Next:
n_word
Up:
Character and String Functions
Previous:
substring
Contents
Index
uppercase
Format:
up
*
percase( text_expr)
Result:
Text
Description:
Returns the text string changed to upper case letters.
e.g.:
SPECTRA
>
*
= uppercase(" Dies ist ein Test ")
DIES IST EIN TEST