----- Original Message ----- 
From: "Matt" <[EMAIL PROTECTED]>

> Ok, I'm a bit of a newbit with regEx and I could really use some help
> with this one.  I know how to detect all of the HTML in a file by using
> <[^>]*>, but I'm not sure how to detect everything but the HTML.  Could
> someone please help me with this.  If it matters, I am using VBScript to
> pull this off.

Matt, you might try using the invert-match flag: -v

       -v, --invert-match
        Invert the sense of matching, to select  non-match�ing lines.

Also, see VBScript sample at:
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=4&txtCodeId=6269

Bill

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail".  The archives can be found
at http://www.mail-archive.com.

Reply via email to