I want to filter strings that do not contain one of the following strings
ABCD
IJKL
I have tried to create the regex using regex101
https://regex101.com/r/gI6sN8/1
What is wrong here?
tried also the answer from Regex for string not containing multiple specific words
but it did not work https://regex101.com/r/gI6sN8/3