Re: [Boost-users] REGEX Don't understand the matching behavior: regex_search vs. regex_match
norulez@me.com
22 Feb
2012
22 Feb
'12
5:01 p.m.
Try it with the following:
boost::regex expression("Channel ([[:digit:]]{1,3}).*");
Note the .* here
Best Regards
Am 22.02.2012 um 17:37 schrieb "Andy Falanga (afalanga)" :