$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Pavol Droba (droba_at_[hidden])
Date: 2006-09-07 16:44:44
François Duranleau wrote:
> On Thu, 7 Sep 2006, Richard Dingwall wrote:
>
>> I was wondering if boost string algorithms library has any support for
>> "wildcard" characters (eg * and ?).
>>
>> If not... then I'm open to suggestions :)
>
> How about using Boost.Regex?
>
yes, that`s definitely the way to go. If you like string algo interface,
check algorithm/string/regex.hpp header. It contains string_algo
wrappers for the regex functionality.
Regards,
Pavol.