- (Spread Sets) for spreads of strings? Delete empty slices in spread of strings?

Just discovered the -(Spread Sets) node, which is rather useful for what I am doing, but I need the same thing for spreads of strings - ie. I have two spreads of strings and want to get rid of all slices that are equal. Using the -(strings) node I end up with empty slices… So maybe the solution is to remove all empty slices afterwards, but I couldn’t find a way to do that either…

Maybe there is an easy way of doing it with other nodes, but I can’t think of one.

Thanks for any hints!

Hi there,

Strip (String EmptySlices) removes Empty Slices.
But since you’re after unique strings, have a look at Occurrence (String).

Thanks, very helpful.