I was confused when I first used Boost regualr expressions,<br>but I got used to it now. Aside from it, I think Boost regular expression<br>makes you write too much code just to do a simple pattern matching.<br><br>Tomohiro Kusumi<br>
<br><div class="gmail_quote">2008/10/23  <span dir="ltr"><<a href="mailto:skip@pobox.com">skip@pobox.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
A colleague wrote a C++ library here at work which uses the Boost.regex<br>
library.  I quickly discovered an apparent problem with how it searches.<br>
Unlike re.match the regex_match function in that library effectively anchors<br>
the match at both the start and the end.  Can other people confirm this?<br>
<br>
Thx,<br>
<br>
Skip Montanaro<br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br>