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
S

substack/safe-regex

0
View on GitHub↗
0 stars·0 forks·6 views

Safe Regex

Features

  • Regex and Pattern Matching - Detects potentially catastrophic, exponential-time regular expressions.

Star history

Star history chart for substack/safe-regexStar history chart for substack/safe-regex

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Safe Regex

Similar open-source projects, ranked by how many features they share with Safe Regex.
  • pemistahl/grexpemistahl avatar

    pemistahl/grex

    8,135View on GitHub↗

    Grex is a regular expression generator and Rust pattern library that synthesizes a single regular expression from a set of provided text test cases. It functions as a command-line tool and a library, utilizing a Rust-based engine to analyze commonalities across input strings to create matching patterns. The project distinguishes itself through Unicode-aware grapheme processing, ensuring consistent matching across diverse character sets and non-ASCII text. It also provides Python bindings to make its core Rust logic available within Python environments. The system covers pattern generalizatio

    Rustclicommand-line-toolpython
    View on GitHub↗8,135
  • verbalexpressions/jsverbalexpressionsVerbalExpressions avatar

    VerbalExpressions/JSVerbalExpressions

    12,149View on GitHub↗

    JSVerbalExpressions is a JavaScript regex builder and construction library that provides a domain-specific language for assembling complex regular expressions. It replaces the use of dense string literals with a programmatic interface and readable method chains. The library allows for the creation of search patterns and validation rules through a fluent API. This approach enables the development of regular expressions that are maintainable and easy for other developers to understand.

    JavaScriptjavascript-regular-expressionsverbalexpressions
    View on GitHub↗12,149
  • learnbyexample/command-line-text-processinglearnbyexample avatar

    learnbyexample/Command-line-text-processing

    10,185View on GitHub↗

    This project is a command line data transformation course and educational resource focused on extracting and beautifying text using shell tools. It serves as a Unix shell text processing guide, providing a library of ebooks and examples for mastering text-based data processing workflows in a terminal environment. The resource covers shell scripting education through tutorials and exercises designed to build proficiency in Unix-like environments. It includes guides on regex pattern matching and data transformation workflows for sorting, filtering, and beautifying raw text files. The education

    Shellawkcommand-lineebook
    View on GitHub↗10,185
  • fent/randexp.jsfent avatar

    fent/randexp.js

    1,870View on GitHub↗

    randexp will generate a random string that matches a given RegExp Javascript object.

    JavaScript
    View on GitHub↗1,870
See all 13 alternatives to Safe Regex→

Frequently asked questions

What are the main features of substack/safe-regex?

The main features of substack/safe-regex are: Regex and Pattern Matching.

What are some open-source alternatives to substack/safe-regex?

Open-source alternatives to substack/safe-regex include: pemistahl/grex — Grex is a regular expression generator and Rust pattern library that synthesizes a single regular expression from a… verbalexpressions/jsverbalexpressions — JSVerbalExpressions is a JavaScript regex builder and construction library that provides a domain-specific language… learnbyexample/command-line-text-processing — This project is a command line data transformation course and educational resource focused on extracting and… fent/randexp.js — randexp will generate a random string that matches a given RegExp Javascript object. micromatch/micromatch — Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your… isaacs/minimatch — A minimal matching utility.