Menu
Open source

to_upper

to_upper converts all lowercase letters in a string to uppercase.

Examples

alloy
> to_upper("hello")
"HELLO"