Menu
Open source

to_upper

to_upper converts all lowercase letters in a string to uppercase.

Examples

river
> to_upper("hello")
"HELLO"