이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

sentencecase Operator

2019년 6월 19일 오전 11:07
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

Introduced in v5.1.20

See also lowercase Operator, uppercase Operator, titlecase Operator.

Tip
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