$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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}));