List A: the, cat on, was not, sat on
List B: cat on, sat on
output: the, was not
EDIT: List A & B are linked fields. Linked to the same original field.
I want to implement this functionality. It is achievable using a SUBSTITUTE on list B to add the relevant REGEX characters []* etc.
This substitute would be placed in a REGEX_REPLACE to remove all the words in list B.
I know it’s doable - but I struggling with the regex. Can anyone help please?