Im in need of your wisdom. I am currently involved in a project which needs to have a Regex Filter.
As I have joined this project quite late it is realised in C++ . I assume its a matter of speed and interfaces to other software. Anyway, as I dont have the expertise to make decissions there, I take it as it is.
I only have to use this thing.
The developers used as an regex engine Boost. As I was testing this thing I found some limitations:
My Problem is, if it is reasonable to convice my boss to implement a full Perl compatible Regex library?
Perhaps there is a possibility to simulate the effect of Lookaheads, because I should have good arguments to use PCRE despite of Boost.
What arguments could I use to prefer a Perl regex?
I havent found alot of uses for lookaheads yet, but I am afraid that in 2 months I am sitting here with Boost and cant use a Regex which would have been easy with Perl.
Our developer told me that he already compared pcre to Boost, and boost succeeded because of its speed.
Hope you can help me
Schuk
In reply to Regex libraries by Schuk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |