regex-engine

There are 147 repositories under regex-engine topic.

  • rust-lang/regex

    An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

    Language:Rust3.8k45633483
  • dlclark/regexp2

    A full-featured regex engine in pure Go based on the .NET engine

    Language:Go1.1k156989
  • Genivia/RE-flex

    Yet another high-performance C++ regex library and lexical analyzer generator like Flex: extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers.

    Language:C++5721918293
  • BurntSushi/regex-automata

    A low level regular expression library that uses deterministic finite automata.

    Language:Rust35061925
  • tiehuis/zig-regex

    A regex implementation for the zig programming language

    Language:Zig23981428
  • nitely/nim-regex

    Pure Nim regex engine. Guarantees linear time matching

    Language:Nim23577621
  • re2js

    le0pard/re2js

    RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching

    Language:JavaScript158356
  • h2337/clex

    clex is a simple lexer generator

    Language:C102259
  • ibnuh/regex-generator

    A web tools to generate regular expressions from set of strings. https://ibnuhx.com/regex-generator

    Language:HTML965116
  • ColinEberhardt/assemblyscript-regex

    A regex engine for AssemblyScript

    Language:TypeScript8922011
  • trusktr/regexr

    Easily compose regular expressions without the need for double-escaping inside strings.

    Language:TypeScript64251
  • hyperpape/needle

    Compiling string matching algorithms and regular expressions to java bytecode

    Language:Java593132
  • subi-public

    legendkong/subi-public

    English to RegEx converter, powered by gpt-3.5-turbo and Vercel Edge Functions.

    Language:TypeScript57210
  • nitely/nregex

    A fast DFA based Regex engine that supports submatches

    Language:Nim52631
  • ImLeoNova/100-Iranian-Regex-Patterns

    ✨ این یک ریپوزیتوری هستش که بهتون 100 تا ریجکس پترن مفید ایرانی 🇮🇷 میده و خیلی راحت می‌تونید توی وبسایت‌ها و اپلیکیشن‌هاتون ازش استفاده کنید و لذت ببرید 🚀📱💻

  • florianingerl/com.florianingerl.util.regex

    Java regex library

    Language:Java483135
  • rimstone/rimstone

    Web domain-specific language and framework. Better way for Web backend.

    Language:C45
  • kyx0r/pikevm

    Russ Cox/Rob Pike pikevm regex implementation

    Language:C37315
  • girishji/re2

    R interface to Google re2 (C++) regular expression engine

    Language:C++30454
  • Beariish/picomatch

    A tiny implementation of a sensible regex subset

    Language:C2902
  • Maki-Daisuke/go-yarex

    Yet Another Regular EXpresssion engine using backtracking and supporting AOT-compililation

    Language:Go29103
  • rhaeguard/rgx

    a tiny regex engine written in go

    Language:Go24202
  • moar-regex/moar

    Deterministic Regular Expressions with Backreferences

    Language:Java204193
  • tiny-regex-c

    gyrovorbis/tiny-regex-c

    Lightweight, C-based regular expression engine as a single file library, inspired by the book "Beautiful Code."

    Language:C18203
  • SBDavid/How-a-Regex-Engine-Works-Internally

    逐章解析正则表达式引擎工作原理,写出高效地错误率的正则表达式。本仓库为正则教程

  • jpbro/VbPcre2

    PCRE2 Wrapper for VB6

    Language:Visual Basic1662616
  • doganulus/montre

    The original timed regular expression matcher over temporal behaviors

    Language:C++15105
  • aleamb/simple-regex-engine

    Simplified regex engine for educational purposes.

    Language:Java12101
  • AspieSoft/go-regex

    A High Performance PCRE Regex Package That Uses A Cache.

    Language:Go12101
  • Elara6331/pcre

    Pure-Go port of the PCRE2 regular expression engine.

    Language:Go11105
  • kophy/Azuki

    A regular expression engine implemented with virtual machine approach. Python wrapper provided.

    Language:C++11200
  • almondtools/rexlex

    Regular Expressions and Lexing with DFAs

    Language:Java10212
  • eocron/ORegex

    Object oriented Regular Expressions implementation. The syntax is the same as .NET Regex.

    Language:C#10234
  • alimpfard/nlp-lex

    Hopefully a lexer-generator that doesn't fucking suck

    Language:JavaScript9190
  • Francy93/Racket-Projects

    Discover the world of Racket programming! This repository showcases four projects, including a Trafficlights simulation with Arduino, a Virtual Turing Machine emulator, a regex matcher using FSM, and a Raspberry Pi-controlled network server for MIRTO. Unleash your coding skills with Racket! 🚀🎓🔧

    Language:Racket9100
  • MartinErhardt/RoaringRegex

    Regex Engine using SIMD and Roaring-Bitmaps

    Language:C++9110