
7 Sep
2006
7 Sep
'06
8:44 p.m.
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.