awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to nasciiboy/recursiveregexpraptor-4

Projects sharing features with Recursiveregexpraptor 4

18 open-source projects similar to nasciiboy/recursiveregexpraptor-4, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • cesanta/slrecesanta avatar

    cesanta/slre

    558View on GitHub↗

    Super Light Regexp engine for C/C++

    C
    View on GitHub↗558
  • laurikari/trelaurikari avatar

    laurikari/tre

    914View on GitHub↗

    The approximate regex matching library and agrep command line tool.

    C
    View on GitHub↗914
  • openresty/sregexopenresty avatar

    openresty/sregex

    629View on GitHub↗

    A non-backtracking NFA/DFA-based Perl-compatible regex engine matching on large data streams

    C
    View on GitHub↗629
  • fighting41love/coconlpfighting41love avatar

    fighting41love/cocoNLP

    1,130View on GitHub↗

    A Chinese information extraction tool.

    Python
    View on GitHub↗1,130
  • google/re2google avatar

    google/re2

    9,699View on GitHub↗

    re2 is a C++ regular expression library designed for high-performance text processing. It is a non-backtracking regex engine that provides linear-time pattern matching, ensuring that execution time remains proportional to the size of the input string regardless of the pattern used. The library supports UTF-8 and Latin-1 text encodings for searching and extracting substrings. It includes capabilities for multi-pattern optimization, allowing multiple regular expressions to be combined into a single representation to scan text for several patterns in one pass. The project covers core regex oper

    C++
    View on GitHub↗9,699

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
hanickadot/compile-time-regular-expressionshanickadot avatar

hanickadot/compile-time-regular-expressions

3,814View on GitHub↗

This library is a header-only C++ framework that performs regular expression evaluation and static string analysis during the compilation phase. By leveraging template metaprogramming and constant expression evaluation, it transforms pattern matching logic into static state machines, effectively shifting the cost of parsing and validation from runtime to build time. The project distinguishes itself by encoding text data directly into the type system, allowing for the validation and extraction of string content before a program ever executes. This approach ensures that regular expression patte

C++
View on GitHub↗3,814
  • intel/hyperscanintel avatar

    intel/hyperscan

    5,315View on GitHub↗

    Hyperscan is a high-performance regular expression matching library that scans large volumes of data against thousands of patterns simultaneously. It accepts PCRE-compatible regular expressions and supports multi-pattern matching in a single pass, approximate matching within a configurable edit distance, and streaming mode for processing data that arrives in blocks. The library is designed for throughput-oriented scanning across block, streaming, and vectored inputs. What distinguishes Hyperscan is its hybrid automata engine, which combines deterministic and nondeterministic finite automata t

    C++regex
    View on GitHub↗5,315
  • kasei/swiftregexkasei avatar

    kasei/SwiftRegex

    111View on GitHub↗

    Perl-like regex =~ operator for Swift

    Swift
    View on GitHub↗111
  • kkos/onigurumakkos avatar

    kkos/oniguruma

    2,524View on GitHub↗

    regular expression library

    C
    View on GitHub↗2,524
  • sharplet/regexsharplet avatar

    sharplet/Regex

    610View on GitHub↗

    A delightful and expressive regular expression type for Swift.

    Swift
    View on GitHub↗610
  • urshadow/pawn.regexurShadow avatar

    urShadow/Pawn.Regex

    45View on GitHub↗

    🔎 Plugin that adds support for regular expressions in Pawn

    C++
    View on GitHub↗45
  • verbalexpressions/cppverbalexpressionsVerbalExpressions avatar

    VerbalExpressions/CppVerbalExpressions

    390View on GitHub↗

    C++ regular expressions made easy

    C++
    View on GitHub↗390
  • vincentsit/chinamobilephonenumberregexVincentSit avatar

    VincentSit/ChinaMobilePhoneNumberRegex

    4,775View on GitHub↗

    This is a regular expression library designed for the validation and identification of mobile phone numbers from mainland China. It provides the structural rules and digit constraints necessary to verify that phone numbers follow the correct regional format. The library includes specific patterns to determine the telecommunications provider based on regional prefixes. It also features filters to distinguish between standard voice numbers and IoT or data-only plans. The project covers broad data validation capabilities, including input format verification and carrier identification.

    View on GitHub↗4,775
  • yandex/pireyandex avatar

    yandex/pire

    338View on GitHub↗

    Perl Incompatible Regular Expressions library

    C++
    View on GitHub↗338
  • any86/any-ruleany86 avatar

    any86/any-rule

    8,662View on GitHub↗

    Any-rule is a multi-platform regular expression tool that provides a curated catalog of over 70 ready-to-use patterns for validating and extracting common data formats. The project separates its static regex collection from editor-specific plugins, allowing the same pattern library to be accessed through VS Code, IntelliJ IDEA, Alfred Workflow, and a web interface. The tool enables keyword-based pattern retrieval, letting users search for the correct regex by typing descriptive terms rather than remembering exact syntax. It covers a broad range of validation needs including email addresses, U

    TypeScriptawsomeexpressregex
    View on GitHub↗8,662
  • ziishaned/learn-regexziishaned avatar

    ziishaned/learn-regex

    46,092View on GitHub↗

    This project is a regular expression learning resource and tutorial designed to teach the syntax and logic used to find, match, and manipulate text strings. It serves as a comprehensive guide and syntax reference for building complex search queries and data validation logic. The material covers the use of meta-characters, quantifiers, and boundary markers to define precise text match patterns. It includes instructional content on the logic of greedy and lazy matching, as well as the implementation of capture groups. The resource details a wide range of pattern matching capabilities, includin

    learn-regexregexregular-expression
    View on GitHub↗46,092
  • cezheng/pyswiftyregexcezheng avatar

    cezheng/PySwiftyRegex

    229View on GitHub↗

    Easily deal with Regex in Swift in a Pythonic way

    Swift
    View on GitHub↗229
  • crossroadlabs/regexcrossroadlabs avatar

    crossroadlabs/Regex

    329View on GitHub↗

    Regular expressions for swift

    Swift
    View on GitHub↗329