Capitalize - 脚本和图表函数
Capitalize() returns the string with all words in initial uppercase letters. Capitalize() function converts the first character of each word in a text string to uppercase and converts all other characters to lowercase.
语法:
Capitalize(text)
返回数据类型: 字符串