I've never worked with Regular Expressions in VB, but am pretty good with it in PHP.
What I need to do is get rid of <font>text here</font>, no matter what "text here" is.
In VB, the expression would be something like "/<font>(.*)</font>/", but that doesn't seem to work in VB.
Also, when I distribute this application, what files will I have to include for the Reg Expression Library?
