upper
text →
upper() → text
Returns the input text converted to uppercase using invariant culture rules. Returns null when the input is null, DBNull, (null), or a zero-length array.
Parameters
This function has no parameters.
Examples
"Hello World" | upper → "HELLO WORLD"
Kind: Function
Scope: text/casing
Aliases: text-to-upper