22 Jul
2002
22 Jul
'02
10:54 a.m.
One more question though. If I try to use the RegEx class with a large buffer, I get an exception. I use it just like this
const std::string & buffer = GetLargeBuffer(); boost::RegEx regEx( buffer );
Is there a limit on how large the buffer can be? I'm passing it the result of loading a web page, so it can be up to 100KB or so.
A web page isn't a valid regular expression: hence the exception. John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm