mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Correction to Minlength Operator (#8281)
This commit is contained in:
parent
02ccec7ea8
commit
b49ecf886b
@ -1,12 +1,12 @@
|
|||||||
caption: minlength
|
caption: minlength
|
||||||
created: 20161011074235805
|
created: 20161011074235805
|
||||||
modified: 20161011074235805
|
from-version: 5.1.14
|
||||||
|
modified: 20240621073052597
|
||||||
op-input: a list of items
|
op-input: a list of items
|
||||||
op-output: those items at least as long as the specified minimum length
|
op-output: those items at least as long as the specified minimum length
|
||||||
op-parameter: the minimum length for items
|
op-parameter: the minimum length for items
|
||||||
op-parameter-name: minlength
|
op-parameter-name: minlength
|
||||||
op-purpose: filter items shorter than the specified minimum length
|
op-purpose: filter items their length is greater than the specified minimum length
|
||||||
from-version: 5.1.14
|
|
||||||
tags: [[Filter Operators]]
|
tags: [[Filter Operators]]
|
||||||
title: minlength Operator
|
title: minlength Operator
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
Loading…
Reference in New Issue
Block a user