awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Regular Expression Engines · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesRegular Expression Engines

Algorithms and implementations that process and match patterns using finite automata theory.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Regular Expression Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Compiler and Interpreter Internals
  4. Regular Expression Engines

Awesome Regular Expression Engines GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • BurntSushi/ripgrep

    BurntSushi/ripgrep

    60,093GitHubView on GitHub↗

    ripgrep is a command-line utility designed for searching through large file trees and source code repositories. It functions as a recursive text processor that traverses directories to locate and display matching patterns, serving as a high-performance alternative to traditional search tools. The tool distinguishes it

    Rustclicommand-linecommand-line-tool

Explore sub-tags

  • Finite Automata Regex EnginesRegex engines that compile patterns into deterministic finite automata for linear-time matching.