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
cesanta avatar

cesanta/slre

0
View on GitHub↗
558 stars·117 forks·C·12 views

Slre

Super Light Regexp engine for C/C++

Features

  • Development Utilities - Ultra-lightweight regular expression library.
  • Regex Libraries - Lightweight regex library for Perl-compatible syntax.
  • Regular Expressions - Lightweight regex library for Perl-compatible syntax.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star history

Star history chart for cesanta/slreStar history chart for cesanta/slre

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 Slre

Similar open-source projects, ranked by how many features they share with Slre.
  • laurikari/trelaurikari avatar

    laurikari/tre

    914View on GitHub↗

    The approximate regex matching library and agrep command line tool.

    C
    View on GitHub↗914
  • kkos/onigurumakkos avatar

    kkos/oniguruma

    2,524View on GitHub↗

    regular expression library

    C
    View on GitHub↗2,524
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • nasciiboy/recursiveregexpraptor-4nasciiboy avatar

    nasciiboy/recursiveregexpraptor-4

    11View on GitHub↗

    regexp4 engine (C-lang)

    C
    View on GitHub↗11
See all 30 alternatives to Slre→

Frequently asked questions

What does cesanta/slre do?

Super Light Regexp engine for C/C++

What are the main features of cesanta/slre?

The main features of cesanta/slre are: Development Utilities, Regex Libraries, Regular Expressions, Windows Environments.

What are some open-source alternatives to cesanta/slre?

Open-source alternatives to cesanta/slre include: laurikari/tre — The approximate regex matching library and agrep command line tool. openresty/sregex — A non-backtracking NFA/DFA-based Perl-compatible regex engine matching on large data streams. antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… kkos/oniguruma — regular expression library. nasciiboy/recursiveregexpraptor-4 — regexp4 engine (C-lang). verbalexpressions/cppverbalexpressions — C++ regular expressions made easy.