Skip to content

$xor

Creates an string of unique values that is the symmetric difference of the given elements. The order of result values is determined by the order they occur in the given elements.

Parameters

NameDescriptionEnforcedDefault Value
SeparatorElements and result separator.YesNone
Lefthand ElementsLefthand elements to apply the XOR function.YesNone
Righthand ElementsRighthand elements to apply the XOR function.YesNone

Example

$xor[separator;lefthandElements;righthandElements]