Thank you, norulez, that worked.
Andy
From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org]
On Behalf Of norulez@me.com
Sent: Wednesday, February 22, 2012 10:01 AM
To: boost-users@lists.boost.org
Cc: boost-users@lists.boost.org
Subject: Re: [Boost-users] REGEX Don't understand the matching behavior: regex_search vs. regex_match
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}));