This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

titlecase Operator

 20th June 2019 at 1:50pm
purposereturns each item in the list with each word capitalised
inputa selection of titles
outputthe input titles with each word capitalised

Learn more about how to use Filters

Introduced in v5.1.20

See also lowercase Operator, uppercase Operator, sentencecase Operator.

Tip
This operator does not change anything except the first letter of each word, so [[aBcD eFgH]] would become [[ABcD EFgH]]. If you want [[Abcd Efgh]], then use a filter like [lowercase[]titlecase[]].

Examples