re2

Reg exp engine

A fast and safe regular expression engine designed to eliminate security vulnerabilities

Ruby bindings to RE2, a "fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python".

GitHub

130 stars
5 watching
13 forks
Language: Ruby
last commit: 2 months ago
Linked from 1 awesome list

regexregular-expressionruby

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
learnbyexample/ruby_regexp A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. 99
pcre2project/pcre2 A set of C functions for regular expression pattern matching using a syntax similar to Perl 5. 914
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
nasciiboy/recursiveregexpraptor-4 A C-language regular expression engine designed for speed and simplicity. 10
srackham/pcre2 A library for processing regular expressions using the PCRE2 library 5
a-n-t-h-o-n-y/regexplore A live regular expression testing environment built with curses. 8
mingrammer/commonregex A collection of reusable regular expression functions for text processing in Go. 895
tom-lord/regexp-examples A gem that generates random strings that match given regular expressions. 520
verbalexpressions/rubyverbalexpressions A Ruby library that helps to construct complex regular expressions 144
fancy-regex/fancy-regex A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. 431
telekons/one-more-re-nightmare A fast and efficient regular expression compiler written in Common Lisp 139
nitely/nim-regex A library implementing a fast and descriptive regular expression engine for string matching 227
drup/tyre A system for building type-safe regular expressions with automatic extraction and modification of matched groups 171
uhop/node-re2 A JavaScript library providing safe and fast regular expression matching capabilities to mitigate Regular Expression Denial of Service (ReDoS) attacks 502
lukeed/regexparam A utility for converting route patterns into regular expressions 568