Converts a string to uppercase returning string as type
toUpperCaseW('Hello, world!') // 'HELLO, WORLD!' Copy
toUpperCaseW('Hello, world!') // 'HELLO, WORLD!'
The string to convert.
The converted string.
Converts a string to uppercase returning string as type
Example