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