Docs for trim operator suffix use from-version (#5161)

Trim suffix was introduced in version 5.1.23; docs should mention that.
optimising-macrocalls
Robin Munn 2020-12-04 04:20:23 +07:00 zatwierdzone przez GitHub
rodzic 1f5e1205ec
commit c92f9dd404
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ op-input: a [[selection of titles|Title Selection]]
op-parameter: <<.from-version "5.1.23">> a string of characters
op-parameter-name: S
op-output: the input titles with <<.place S>>, or whitespace if <<.place S>> is not specified, trimmed from the start and/or end
op-suffix: `prefix` to trim from the start only, `suffix` to trim from the end only. If omitted (default), trim from both start and end
op-suffix: <<.from-version "5.1.23">> `prefix` to trim from the start only, `suffix` to trim from the end only. If omitted (default), trim from both start and end
op-suffix-name: T
tags: [[Filter Operators]] [[String Operators]]
title: trim Operator