Perl Compatible Regular Expressions

Perl Compatible Regular Expressions

PCREライブラリは、Perl 5と同じ構文とセマンティクスを使用して正規表現パターンマッチングを実装する一連の関数です。PCREには、独自のネイティブAPIとPOSIX正規表現APIに対応するラッパー関数のセットがあります。
perl-compatible-regular-expressions

ウェブサイト:

カテゴリー

WindowsのPerl Compatible Regular Expressionsの代替

RE2

RE2

正規表現エンジンのバックトラッキングに代わる、高速で安全なスレッドフレンドリーな代替手段。
TRE

TRE

TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.