SRELL

regex engine

A header-only C++ template library for working with regular expressions in ECMAScript-compatible way

Header-only ECMAScript (JavaScript) compatible regular expression engine

GitHub

11 stars
3 watching
1 forks
Language: C++
last commit: 5 days ago

Related projects:

Repository Description Stars
srackham/pcre2 A library for processing regular expressions using the PCRE2 library 5
ron4fun/srl-cpp A C++11 library for constructing regular expressions with ease and flexibility. 0
sharplet/regex A Swift library that provides an expressive and flexible regular expression type 612
openresty/sregex A Perl-compatible regex engine designed for efficient matching on large data streams with support for non-backtracking NFA/DFA-based parsing and execution. 617
verbalexpressions/csharpverbalexpressions A C# library for constructing regular expressions with a more readable and intuitive syntax. 1,173
boostorg/regex A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. 86
verbalexpressions/cppverbalexpressions A C++ library for constructing complex regular expressions with a simple and intuitive API. 382
nasciiboy/recursiveregexpraptor-4 A C-language regular expression engine designed for speed and simplicity. 10
tiehuis/zig-regex An automaton-based regex implementation for the Zig programming language 205
yandex/pire Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. 332
cesanta/slre A lightweight C/C++ regular expression engine optimized for performance and compactness. 535
drup/tyre A system for building type-safe regular expressions with automatic extraction and modification of matched groups 171
fsprojects/fsharp.text.regexprovider A type provider for regular expressions. 74
yyytcool/rexx A human-readable regex library with structured syntax and variable support. 2
ocaml/ocaml-re A regular expression library written in OCaml that compiles patterns into finite automata for efficient matching 234