From 34e0bf13f2ee41a3ebab8fb5e2c2ed6f36fd1289 Mon Sep 17 00:00:00 2001 From: William Jackson Date: Sun, 8 Nov 2015 10:35:37 +0200 Subject: [PATCH] Create remove.tid --- .../tw5.com/tiddlers/filters/examples/remove.tid | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editions/tw5.com/tiddlers/filters/examples/remove.tid diff --git a/editions/tw5.com/tiddlers/filters/examples/remove.tid b/editions/tw5.com/tiddlers/filters/examples/remove.tid new file mode 100644 index 000000000..aa5755d10 --- /dev/null +++ b/editions/tw5.com/tiddlers/filters/examples/remove.tid @@ -0,0 +1,14 @@ +created: 20151018054129966 +creator: matabele +modified: 20151108052052606 +modifier: matabele +revision: 0 +tags: [[Operator Examples]] [[remove Operator]] +title: remove Operator (Examples) +type: text/vnd.tiddlywiki + +<<.using-days-of-week>> + +<<.operator-example 1 "[list[Days of the Week]] +[remove[Tuesday Wednesday Thursday]]">> +<<.operator-example 2 "[list[Days of the Week]] +[remove:3[Monday Wednesday Friday Saturday]]">> +<<.operator-example 3 "[list[Days of the Week]] +[!remove:2{Days of the Week!!list}]">>