From: John Maddock (john_maddock_at_[hidden])
Date: 2003-05-20 06:18:48


> I have to assume I'm doing something really stupid. Could someone tell
> me what?

Yes RTM: regex_match insists that all the text matches the expression - you
want to use regex_search

John.