I want to match some words in regex except some others:
ex: all words that contains straat, laan, baan
(straat|laan|baan)
But not
(overslaan|bestraat|rubaan)
ex: mystraat bolaan overslaan boobaan rubaan
should match
mystraat bolaan boobaan