> Hi: > > For C++, which RegEx library is recommended to be used ? > > Additionally, i'm keen to know if the library has the option to > switch between DFA and NFA (PERL style). > > Any suggestions ? > > > thanks > Saifi. >
Hello Mr. Saifi, Please checkout Boost Library. Though I have never used it personally, but this is the best library available for Regular Expression for C++. regards, dhiraj

