How do you strip out HTML tags? - TechRepublic
General discussion
March 23, 2001 at 01:36 AM
lee_button

How do you strip out HTML tags?

by lee_button . Updated 25 years, 2 months ago

i am trying to strip out HTML tags from a given string using regular expressions in vb script.
does anyone know how to do it.
i’m close with this:
regEx.Pattern = “<[^>]*>” – but it doesn’t let you input things like 1<5. i would be very grateful of any help. cheers lb

This discussion is locked

All Comments