BLOCK:RemoveAllFromList
LABEL:FINAL
list = @FINALOutput
comparison = MatchesRegex
term = “?”
ENDBLOCK
What regex to use in order to remove all duplicate emails? So all what’s left will be (name - email)
I tried ~30 different regex’s from the google to remove duplicate words/expressions, no1 worked.