Skip to content

to_title

Converts a string to title case.

to_title(x:string) -> string

The to_title function converts all words in x to title case.

from {x: "hello world".to_title()}
{x: "Hello World"}

to_lower, to_upper