SetSymmetricDifference Function

Finds the symmetric difference between two sets of strings, that is the set of strings that appear in one set but not in the other. No string will be duplicated in the result even if duplicated in one of the inputs. This function accepts empty vectors for each argument

Arguments

Number Type Compulsory Default Description
1 string array Yes First set of strings
2 string array Yes Second set of strings

Argument 1

First set of strings

Argument 2

Second set of strings

Returns

Return type: string array

Symmetric difference between two sets of strings

See Also