From: John Maddock (john_maddock_at_[hidden])
Date: 2003-06-15 06:49:36


> Here's the code - thanks in advance for any help!

You don't provide an expression that you think should match and doesn't, but
whatever, I suspect that you need to be using regex_search not regex_match
(RTM for the difference).

John.