6 Nov
2002
6 Nov
'02
6:39 p.m.
There is an 'icase' flag:
icase = literal << 1, // characters are matched
regardless of case
You can turn it on using:
boost::regex* pRegExp = new boost::wregex(sRegExp,boost::regbase::normal |
boost::regbase::icase);
"f_mayot"
Hi,
Maybe a stupid question but I didn't manage to make my regular expression objects case insensitive. What should I do insted of this : boost::regex* pRegExp = new boost::wregex(sRegExp); ?
Thanks.
Fred
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/