pire
Text matcher
Performs efficient text matching using regular expressions without lookahead or backtracking capabilities.
Perl Incompatible Regular Expressions library
332 stars
23 watching
30 forks
Language: C++
last commit: over 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
telekons/one-more-re-nightmare | A fast and efficient regular expression compiler written in Common Lisp | 141 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
fancy-regex/fancy-regex | A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 438 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 896 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
nasciiboy/recursiveregexpraptor-4 | A C-language regular expression engine designed for speed and simplicity. | 10 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
verbalexpressions/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
zimprojects/srell | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
pcre2project/pcre2 | A C library implementing regular expression pattern matching using Perl syntax and semantics | 925 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
nitely/nim-regex | A library implementing a fast and descriptive regular expression engine for string matching | 228 |