PCRE.NET is a .NET wrapper for the PCRE library. The goal of this project is to bring most of PCRE's features for use from .NET applications with as little overhead as possible.
Small and super Fast Advanced wildcards! `*,|,?,^,$,+,#,>,++??,##??` in addition to slow regex engines and more.
Unique algorithms that was implemented on native unmanaged C++ but easily accessible in .NET
through Conari (recommended due to caching of 0x29 opcodes + related...
More information