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!"