Skip to content

to_lower

Converts a string to lowercase.

to_lower(x:string) -> string

The to_lower function converts all characters in x to lowercase.

from {x: "HELLO".to_lower()}
{x: "hello"}

to_upper, to_title