1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 11:13:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/suffix.tid

20 lines
581 B
Plaintext
Raw Normal View History

2014-08-28 13:46:00 +00:00
created: 20140828133830424
modified: 20150124192043000
tags: [[Filter Operators]] [[String Operators]] [[Negatable Operators]]
title: suffix Operator
2014-08-28 13:46:00 +00:00
type: text/vnd.tiddlywiki
caption: suffix
purpose: filter the input titles by how they end
2014-08-28 13:46:00 +00:00
<$macrocall $name=".operator-def"
input="a [[selection of titles|Title Selection]]"
parameter="a string of characters"
paramName="s"
output="those input titles that end with <<.place p>>"
negationOutput="those input tiddlers that do <<.em not>> end with <<.place p>>"
/>
2014-08-28 13:46:00 +00:00
<<.s-matching-is-case-sensitive>>
2014-08-28 13:46:00 +00:00
<<.operator-examples "suffix">>