An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
Updated
Apr 17, 2023 - Rust
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
A full-featured regex engine in pure Go based on the .NET engine
The regex-centric, fast lexical analyzer generator for C++ with full Unicode support. Faster than Flex. Accepts Flex specifications. Generates reusable source code that is easy to understand. Introduces indent/dedent anchors, lazy quantifiers, functions for lex/syntax error reporting and more. Seamlessly integrates with Bison and other parsers.
A low level regular expression library that uses deterministic finite automata.
Pure Nim regex engine. Guarantees linear time matching
A web tools to generate regular expressions from set of strings. https://ibnuhx.com/regex-generator
A regex engine for AssemblyScript
A regex implementation for the zig programming language
clex is a simple lexer generator
Easily compose regular expressions without the need for double-escaping inside strings.
A fast DFA based Regex engine that supports submatches
Java regex library
Yet Another Regular EXpresssion engine using backtracking and supporting AOT-compililation
R interface to Google re2 (C++) regular expression engine
Russ Cox/Rob Pike pikevm regex implementation
Deterministic Regular Expressions with Backreferences
Compiling string matching algorithms and regular expressions to java bytecode
The original timed regular expression matcher over temporal behaviors
English to RegEx converter, powered by gpt-3.5-turbo and Vercel Edge Functions.
Add a description, image, and links to the regex-engine topic page so that developers can more easily learn about it.
To associate your repository with the regex-engine topic, visit your repo's landing page and select "manage topics."