Groups | Search | Server Info | Login | Register


Groups > alt.comp.lang.vbscript > #2

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

From "R.Wieser" <address@is.invalid>
Newsgroups alt.comp.lang.vbscript
Subject Re: a RegEx to find all HTML tags *not* matching a list
Date 2023-08-09 13:44 +0200
Organization A noiseless patient Spider
Message-ID <uavu8a$3tru2$1@dont-email.me> (permalink)
References <uavo77$3t1cd$1@dont-email.me>

Show all headers | View raw


> 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

Back to alt.comp.lang.vbscript | Previous | NextPrevious in thread | Find similar


Thread

a RegEx to find all HTML tags *not* matching a list "R.Wieser" <address@is.invalid> - 2023-08-09 12:02 +0200
  Re: a RegEx to find all HTML tags *not* matching a list "R.Wieser" <address@is.invalid> - 2023-08-09 13:44 +0200

csiph-web