1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 03:03:18 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/prefix.tid

20 lines
587 B
Plaintext
Raw Normal View History

2014-04-10 18:56:51 +00:00
created: 20140410103123179
modified: 20150124192023000
tags: [[Filter Operators]] [[String Operators]] [[Negatable Operators]]
title: prefix Operator
2014-04-10 18:56:51 +00:00
type: text/vnd.tiddlywiki
caption: prefix
purpose: filter the input titles by how they start
2014-04-10 18:56:51 +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 start with <<.place s>>"
negationOutput="those input tiddlers that do <<.em not>> start with <<.place s>>"
/>
2014-04-10 18:56:51 +00:00
<<.s-matching-is-case-sensitive>>
2014-04-10 18:56:51 +00:00
<<.operator-examples "prefix">>