CALC.proper(String)

Capitalizes the first letter of all the words in a text string.

Example

CALC.proper('my name is alex');

// returns 'My Name Is Alex'

<< CALC.mid(String, start_num, num_chars) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.replace(old_string, start_num, num_chars, new_string) >>