Capitalize — функция скриптa и диаграммы
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)
Возвращаемые типы данных: string