Last updated 4 years ago
Returns the string with all applicable characters transformed into their lowercase counterparts.
"Hello".lower == "hello" "123".lower == "123" "Hello, World!" == "hello, world!"
type
returns
Getter
string