I started my search a for a decent Regular Expression engine. It landed me to this page Benchmark of Regex Libraries. I decided to use RE2 because it seems to be the best FSA engine in this list.
My final application will be built using WPF in C#. The regex library will be used more in batch mode. However most of the other Business Logic will be written in C# and thus I am planning on using the RE2 library through C#.
If anyone has done anything similar or just used the RE2 through C# and has some advice or pointers please tell me about it.
Thanks.