Functionsto_titleVersion: NextOn this pageto_titleConverts a string to title case.to_title(x:string) -> stringDescriptionThe to_title function converts all words in x to title case.ExamplesConvert a string to title casefrom {x: "hello world".to_title()}{x: "Hello World"}See Alsoto_lower, to_upper