1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 09:13:16 +00:00

Filter operator "removesuffix" docs correction

This commit is contained in:
Jermolene 2014-09-02 22:04:11 +01:00
parent 2428111daf
commit f8ae0bf3e6

View File

@ -1,5 +1,5 @@
created: 20140828133830424
modified: 20140828133830424
modified: 20140902145613329
tags: filters
title: FilterOperator: removesuffix
type: text/vnd.tiddlywiki
@ -9,6 +9,6 @@ The ''removesuffix'' filter operator returns the titles in the current list that
For example:
|!Filter String |!Description |
|`tid-one tid-two three +[removeprefix[tid-]]` |Returns `one`, `two` |
|`one-tid two-tid three +[removesuffix[-tid]]` |Returns `one`, `two` |
See also [[FilterOperator: suffix]], [[FilterOperator: prefix]] and [[FilterOperator: removeprefix]].