mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-27 13:18:54 +00:00
Clarify that the split operator does not dedupe (#3981)
This commit is contained in:
committed by
Jeremy Ruston
parent
32a2bea7f5
commit
e6ac709840
@@ -5,7 +5,7 @@ op-input: a [[selection of titles|Title Selection]]
|
||||
op-output: the input titles split into separate items according to the specified separator <<.place S>>
|
||||
op-parameter: The substring at which to split each title
|
||||
op-parameter-name: S
|
||||
op-purpose: returns each item in the list split into separate strings according to the specified separator <<.place S>>
|
||||
op-purpose: returns each item in the list split into separate strings according to the specified separator <<.place S>>; duplicates are <<.em not>> removed
|
||||
tags: [[Filter Operators]]
|
||||
title: split Operator
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Reference in New Issue
Block a user