Menu

This is documentation for the next version of Agent. For the latest stable release, go to the latest version.

Open source

to_lower

to_lower converts all uppercase letters in a string to lowercase.

Examples

river
> to_lower("HELLO")
"hello"