Help: Clarify which items are retained by $<REMOVE_DUPLICATES:...>

This commit is contained in:
Craig Scott 2022-04-28 09:49:03 +10:00
parent 1d82670bd4
commit 484b992f25

View File

@ -599,7 +599,9 @@ String Transformations
.. versionadded:: 3.15
Removes duplicated items in the given ``list``.
Removes duplicated items in the given ``list``. The relative order of items
is preserved, but if duplicates are encountered, only the first instance is
preserved.
.. genex:: $<FILTER:list,INCLUDE|EXCLUDE,regex>