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

laurikari/tre

0
View on GitHub↗
914 stars·146 forks·C·12 views

Tre

The approximate regex matching library and agrep command line tool.

Features

  • Regex Libraries - POSIX-compliant, feature-rich regex library.
  • Regular Expressions - POSIX-compliant, feature-rich regex library.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star history

Star history chart for laurikari/treStar history chart for laurikari/tre

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 Tre

These projects share indexed features with Tre. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • cesanta/slrecesanta avatar

    cesanta/slre

    558View on GitHub↗

    Super Light Regexp engine for C/C++

    C
    View on GitHub↗558
  • nasciiboy/recursiveregexpraptor-4nasciiboy avatar

    nasciiboy/recursiveregexpraptor-4

    11View on GitHub↗

    regexp4 engine (C-lang)

    C
    View on GitHub↗11
  • kkos/onigurumakkos avatar

    kkos/oniguruma

    2,524View on GitHub↗

    regular expression library

    C
    View on GitHub↗2,524
  • 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
Compare all 30 related projects→

Frequently asked questions

What does laurikari/tre do?

The approximate regex matching library and agrep command line tool.

What are the main features of laurikari/tre?

The main features of laurikari/tre are: Regex Libraries, Regular Expressions, Windows Environments.

Which projects share features with laurikari/tre?

Projects with overlapping indexed features include: cesanta/slre — Super Light Regexp engine for C/C++. openresty/sregex — A non-backtracking NFA/DFA-based Perl-compatible regex engine matching on large data streams. nasciiboy/recursiveregexpraptor-4 — regexp4 engine (C-lang). kkos/oniguruma — regular expression library. alexanderagd/clist — C List - universal list solution for C and C++, easy and fast, all data types supported. adamierymenko/huffandpuff.