Easy-to-Use Regular Expression Support in C++? *

Question

I'm looking for a robust, easy-to-use, regular expression evaluator for native C++, either platform-independent or Windows-specific.

Requirements:

  • Can't use Boost or ACE regex libraries (unfortunately)
  • Can't use .NET Regex (or any managed code)

The main requirement is that it should be standalone and open.

Answer

Now C++11 includes the support of regular expressions. It will be platform independant. You just need a recent compiler. Check that list to know which one to use.

http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport

Hope it helps

< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/1041/" >Easy-to-Use Regular Expression Support in C++?< /a>
Share on Google Plus

About Cinema Guy

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment