string required default (empty)The text to convert. Each word in it gets its first character uppercased; the rest of each word is left untouched. Words are separated by whitespace only (space, tab, newline), so text joined by a hyphen or apostrophe counts as one word. ASCII letters only: accented first letters (for example an e-acute) are left as they are. The string is not trimmed.
{ucwords:eric is here}
{ucwords:hello world}
[{ucwords:}]
{ucwords:mary o brien-smith}
{ucwords:hello WORLD}
{ucwords:the quick brown fox}
{ucwords:123 main street}