fancy-regex
Regex compiler
A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around.
Rust library for regular expressions using "fancy" features like look-around and backreferences
438 stars
10 watching
38 forks
Language: Rust
last commit: over 1 year ago
Linked from 1 awesome list
regexregular-expressions
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A fast and efficient regular expression compiler written in Common Lisp | 141 |
| | A tool for comparing the performance of different regular expression engines | 103 |
| | Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |
| | A collection of reusable regular expression functions for text processing in Go. | 896 |
| | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| | A type provider for regular expressions. | 74 |
| | An implementation of regular expressions for Rust. | 3,580 |
| | A Ruby gem that generates random strings based on regular expressions | 1 |
| | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
| | A Swift library that provides an expressive and flexible regular expression type | 612 |
| | A live regular expression testing environment built with curses. | 8 |
| | A Swift library for working with regular expressions. | 332 |
| | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
| | A human-readable regex library with structured syntax and variable support. | 2 |
| | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |