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 |
---|---|---|
| A fast and efficient regular expression compiler written in Common Lisp | 141 |
| A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
| A human-readable regex library with structured syntax and variable support. | 2 |
| A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 438 |
| A collection of reusable regular expression functions for text processing in Go. | 896 |
| A library for processing regular expressions using the PCRE2 library | 5 |
| A C-language regular expression engine designed for speed and simplicity. | 10 |
| A live regular expression testing environment built with curses. | 8 |
| A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
| A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
| A C library implementing regular expression pattern matching using Perl syntax and semantics | 925 |
| A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
| A Ruby library that helps to construct complex regular expressions | 144 |
| A library implementing a fast and descriptive regular expression engine for string matching | 228 |