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·13 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 are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Slre

These projects share indexed features with Slre. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 30 related projects→

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.

Which projects share features with cesanta/slre?

Projects with overlapping indexed features 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.