uCap

Returns the capitalized representation of a string. In other words, the first letter of each word in the string is capitalized.

Syntax

string uCap(text)

Parameters

Examples