C++

Top C++ Frameworks & Libraries for regular expression

Ruby bindings to re2, an "efficient, principled regular expression library".

74
10
C++

High-performance regular expression matching library

3573
565
C++

Compile Time Regular Expression in C++

2278
131
C++

A lightning fast Finite State machine and REgular expression manipulation library.

1609
98
C++

A powerful and fast search tool using regular expressions

1084
136
C++

C++ regular expressions made easy

354
49
C++

Perl Incompatible Regular Expressions library

315
29
C++

A Windows Shell Extension for more advanced bulk renaming using search and replace or regular expressions...

330
23
C++

Fast regular expression grep for source code with incremental index updates

239
33
C++

fast SIMD-able JIT regular expression compiler

183
8
C++

Lightweight log filtering tool supporting regular expressions and instant (as-you-type) results.

137
1
C++

RE2 Regular Expression in R.

90
17
C++

Doug McIlroy's C++ regular expression matching library

91
6
C++

regular expression, generator

78
7
C++

An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.

74
44
C++

Proton is a declarative multitouch framework that represents gestures as regular expressions of touch event symbols....

72
15
C++

Regular expression parser for microcontrollers based on the Lua one

71
16
C++

Explore, test, and check regular expressions in the terminal.

53
1
C++

PHP extension for RE2, "an efficient, principled regular expression library"

46
10
C++

compile-time DFA-based regular expression engine with C++ template and constexpr

46
2
C++

🔎 Plugin that adds support for regular expressions in Pawn

31
5
C++

A .NET wrapper for Google's RE2 regular expression library

21
4
C++

C/C++ Regex/Regular Expression(C/C++正则表达式库实现)

20
9
C++

Educational Regular expression Engine

19
8
C++

SolidityCheck is a static code problem detection tool based on regular expressions and program instrumentation, which is developed for Ethereum smart contracts. 《计...

17
3
C++

C++ tiny, super-fast regular expression matching library

16
5
C++

regular expression, pcre, pcre2, c++

15
3
C++

Reverse regular expression engine that calculates strings matching a given regex

15
3
C++

华南师范大学编译原理课程实验——xlex生成器,通过输入正则表达式,逐步转化为NFA, DFA, 最小化DFA和C语言语法分析程序。 An interactive c++ program to construct NFA, DFA, minimized DFA and C code from a given reg...

15
2
C++

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library....

6641
957
C++