Functionsis_titleVersion: v4.23On this pageis_titleChecks if a string follows title case.is_title(x:string) -> boolDescriptionThe is_title function returns true if x is in title case and false otherwise.ExamplesCheck if a string is in title casefrom {x: "Hello World".is_title()}{x: true}See Alsoto_title