UPPER
Returns a string, converted to uppercase
Last updated
Was this helpful?
Returns a string, converted to uppercase
UPPER( text )
Returns the text in uppercase.
Input
Description
text
Text to turn uppercase.
Outputs uppercase text.
UPPER("san francisco")
>> "SAN FRANCISCO"Last updated
Was this helpful?
Was this helpful?