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".
130 stars
5 watching
13 forks
Language: Ruby
last commit: almost 2 years agoLinked from 1 awesome list
regexregular-expressionruby
Related projects:
| Repository | Description | Stars |
|---|---|---|
| A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 | |
| A C library implementing regular expression pattern matching using Perl syntax and semantics | 925 | |
| 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 | |
| A C-language regular expression engine designed for speed and simplicity. | 10 | |
| A library for processing regular expressions using the PCRE2 library | 5 | |
| A live regular expression testing environment built with curses. | 8 | |
| A collection of reusable regular expression functions for text processing in Go. | 896 | |
| A gem that generates random strings that match given regular expressions. | 520 | |
| A Ruby library that helps to construct complex regular expressions | 144 | |
| A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 438 | |
| A fast and efficient regular expression compiler written in Common Lisp | 141 | |
| A library implementing a fast and descriptive regular expression engine for string matching | 228 | |
| A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 | |
| A JavaScript library providing safe and fast regular expression matching capabilities to mitigate Regular Expression Denial of Service (ReDoS) attacks | 505 | |
| A utility for converting route patterns into regular expressions | 570 |