func.initcap

This function converts the first letter of each word in a string to uppercase; converts any remaining characters in each word to lowercase

Syntax

func.initcap(string)

Examples

func.initcap('joe smith') --> Joe Smith
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)