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

suffix Operator

 11th July 2023 at 8:30am
purposefilter the input titles by how they end
inputa selection of titles
suffixthe suffix operator uses a rich suffix, see below for details
parameterS=a string of characters
outputthose input titles that end with S
! outputthose input tiddlers that do not end with S

Learn more about how to use Filters

Introduced in v5.2.2

The suffix operator uses an extended syntax that permits multiple flags to be passed:

[suffix:<flag list>[<parameter>]]
  • flag list: a comma delimited list of flags

The available flags are:

  • casesensitive: (default), this flag forces a case-sensitive match, where upper and lower case letters are considered different
  • caseinsensitive: overrides the default so that upper and lower case letters are considered identical for matching purposes

Examples