Function: wcap

Syntax

wcap (<string>)

Type

string

Returns

A string value with word beginnings converted to upper case. A word beginning is a character following white space or an underscore.

Parameters

Examples

The following will yield the value "My_Word".

string s = wcap("my_word")

See Also

Commands:

lower, upper

Functions:

low (string), upp (string)