Filter operator "removesuffix" docs correction

print-window-tiddler
Jermolene 2014-09-02 22:04:11 +01:00
rodzic 2428111daf
commit f8ae0bf3e6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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]].