Menu
Open source

to_lower

to_lower converts all uppercase letters in a string to lowercase.

Examples

alloy
> to_lower("HELLO")
"hello"