Menu

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

Open source

to_upper

to_upper converts all lowercase letters in a string to uppercase.

Examples

river
> to_upper("hello")
"HELLO"