UCWORDS(1e)

NAME

ucwords - Uppercase the first character of each word in a string.

SYNOPSIS

ucwords(str)

PARAMETERS

str
The input string.

RETURN

Returns the resulting string.

EXAMPLES

in:  res=<{ucwords("Hello world! zzzz")}>.
out: res=Hello World! Zzzz.

SEE ALSO

String

AUTHOR

Written by Pusnei Sergey, <sergey@sednove.com>

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com