pire
text matcher
High-performance text matching library with limited functionality.
Perl Incompatible Regular Expressions library
330 stars
23 watching
30 forks
Language: C++
last commit: about 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 | 139 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
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. | 431 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
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. | 84 |
zimprojects/srell | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
pcre2project/pcre2 | A set of C functions for regular expression pattern matching using a syntax similar to Perl 5. | 914 |
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 | 227 |