Perl/Python regular expressions vs. Boost.regex?

skip at pobox.com skip at pobox.com
Thu Oct 23 10:48:36 EDT 2008


A colleague wrote a C++ library here at work which uses the Boost.regex
library.  I quickly discovered an apparent problem with how it searches.
Unlike re.match the regex_match function in that library effectively anchors
the match at both the start and the end.  Can other people confirm this?

Thx,

Skip Montanaro



More information about the Python-list mailing list