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