Perl/Python regular expressions vs. Boost.regex?

tomohiro kusumi kusumi.tomohiro at gmail.com
Thu Oct 23 12:28:45 EDT 2008


I was confused when I first used Boost regualr expressions,
but I got used to it now. Aside from it, I think Boost regular expression
makes you write too much code just to do a simple pattern matching.

Tomohiro Kusumi

2008/10/23 <skip at pobox.com>

> 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
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081024/80c6f4ec/attachment-0001.html>


More information about the Python-list mailing list