created: 20201004141030951 modified: 20201004143326056 tags: [[Operator Examples]] [[filter Operator]] title: filter Operator (Examples) type: text/vnd.tiddlywiki \define larger-than-1k() [get[text]length[]compare:integer:gteq[1000]] \define smaller-than-2k() [get[text]length[]compare:integer:lteq[2000]] \define contains-missing-links() [links[]!is[shadow]is[missing]] \define display-variable(name) ''<$text text=<<__name__>>/>'': <$text text={{{ [<__name__>getvariable[]] }}}/> \end These examples use the following predefined variables: * <> * <> * <> <<.operator-example 1 "[tag[HelloThere]filter]">> <<.operator-example 2 "[tag[HelloThere]filter]">> <<.operator-example 3 "[tag[HelloThere]filterfilter]">> <<.operator-example 4 "[tag[Features]filter]">>