🏠FunctionstitleCase()On this pagetitleCase()Converts a string to Title Case.Usageimport { titleCase } from 'string-factory';titleCase(string);CopyProp typesproptyperequireddefaultstringStringyesnullExamplestitleCase('this is the article title') // This Is The Article TitleCopy