type
returns
Getter
string
Returns the string with all applicable characters transformed into their uppercase counterparts.
"Hello".upper == "HELLO" "123".upper == "123" "Hello, World!" == "HELLO, WORLD!"
Last updated 5 years ago
Was this helpful?