to_upper

Convert to uppercase

Converts all characters in the string to uppercase, using the Unicode character database (deterministic and locale-independent). Multi-character mappings are expanded (e.g. ß becomes SS).

Parameters

Returns

The uppercase string.