I have list of words like stop , wrong , prohibited
I have another list which contains some contents
I want to filter out content list based on the 2nd list.
For example : if a content words wrong any position (not case sensitive) , it should be exclude from that list.
How can i achieve this in Alteryx ?