I'm looking for a component that will parse regular expressions. I found "regexp" as freeware on the internet. FYI, here's an exerpt from the readme file:

"This is a freeware wrapper for regular expression using C++ and COM.
It is based on the implementation of a regular expression engine written
by the legendary Henry Spencer originally in "C" around 10 years ago."

HOWEVER, it won't parse regular expressions like [0-9]{3} (give me 3 digits). It doesn't like the braces.

Next, I found RegularX (http://www.solutions.nu/RegularX/). The demo works great and I'd love to buy it ($150) but nobody answers the phones (2 numbers -- one is "customer support") and the web link to purchase gives a "page not found" error.

Does anyone know if this company is still in business? Does anyone know how to get a hold of them?

Better yet, does anyone know of an alternate regular expression library that I can use from VB and will handle regular expressions with the braces?

(There were a few posts to the C++ forum not too long ago but I couldn't find the materials that were referenced or if they applied to VB.) Thanks for the help!

Mark
[email protected]