Boost logo

Boost Users :

Subject: Re: [Boost-users] REGEX Don't understand the matching behavior: regex_search vs. regex_match
From: norulez_at_[hidden]
Date: 2012-02-22 12:01:17


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_at_[hidden]>:

> boost::regex expression(“Channel ([[:digit:]]{1,3}));



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net