Re: a RegEx to find all HTML tags *not* matching a list

"R.Wieser" <[email protected]> Wed, 9 Aug 2023 13:44:57 +0200
Newsgroups alt.comp.lang.vbscript
Organization A noiseless patient Spider
Message-ID <[email protected]>
> I'm stuck.

Scratch that.

Instead of using "^(" (or "(^") it turns out I need to use "(?!".

The odd thing is that I remember having used that "?!" - but most likely not 
in the right combination with further filtering. :-\

Regards,
Rudy Wieser