Coerces a value to a string, converts it to uppercase, and trims whitespace.
The value to convert
The uppercased and trimmed string
toUpper(' hello '); // 'HELLO' Copy
toUpper(' hello '); // 'HELLO'
Coerces a value to a string, converts it to uppercase, and trims whitespace.