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

Clarify that the split operator does not dedupe (#3981)

This commit is contained in:
Robin Munn 2019-06-17 15:21:48 -05:00 committed by Jeremy Ruston
parent 32a2bea7f5
commit e6ac709840

View File

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