$toUpper
The$toUpper operator converts a string to uppercase.
Input
- A single string value
Output
- The input string with all characters converted to uppercase
Examples
Basic Conversion
"HELLO, WORLD!"
$toUpper operator converts a string to uppercase.
"HELLO, WORLD!"