We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
Uppercase the first character of each word in that string.
String.prototype.ucwords();
The new string.
// 'Tm + Mk' var res = 'TM + MK'.ucwords();