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

splitbefore Operator

2015년 2월 21일 오후 7:37
purposeselect a delimited prefix from each input title
inputa selection of titles
parameterS=a string of characters marking the end of the prefix
outputthe prefix, up to and including S, of each input title

Learn more about how to use Filters

Each input title is processed in turn.

  • A title that contains S contributes everything up to and including S.
  • A title that doesn't contain S simply contributes itself to the output.

Contributions are dominantly appended to the output.

The table-of-contents macros use this operator with / as the parameter.

Examples