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)" <
afalanga@micron.com
>:
boost::regex expression(“Channel ([[:digit:]]{1,3}));