Menu
Open source

to_lower

to_lower converts all uppercase letters in a string to lowercase.

Examples

river
> to_lower("HELLO")
"hello"