1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

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

Trim suffix was introduced in version 5.1.23; docs should mention that.
This commit is contained in:
Robin Munn 2020-12-04 04:20:23 +07:00 committed by GitHub
parent 1f5e1205ec
commit c92f9dd404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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