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

sentencecase Operator

19 juin 2019 à 11h07
purposereturns each item in the list with the first letter capitalised
inputa selection of titles
outputthe input titles with each first letter capitalised

Learn more about how to use Filters

Depuis : 5.1.20

See also lowercase Operator, uppercase Operator, titlecase Operator.

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

Examples