RegExtract
Clean & simple idiomatic C# RegEx-based line parser that emits strongly typed results. (by sblom)
melody
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable (by yoav-lavi)
RegExtract | melody | |
---|---|---|
- | 55 | |
697 | 4,658 | |
-0.3% | 0.1% | |
7.0 | 5.1 | |
about 1 year ago | 4 months ago | |
C# | Rust | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
RegExtract
Posts with mentions or reviews of RegExtract.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning RegExtract yet.
Tracking mentions began in Dec 2020.
melody
Posts with mentions or reviews of melody.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-06.
- nom > regex
- Melody 0.19.0 | A language that compiles to regular expressions and aims to be more readable and maintainable
- Melody 0.19.0 – A language that compiles to regular expressions
-
Yeah, we all know what you're good for...
just use Melody
-
I've created a Python module for constructing Regex patterns in a more computer programming-familiar way, so you don't have to re-learn Regex each time you use it!
How do you feel about projects such as melody?
-
Why does it have to be like this?
I found this beauty a while ago
-
Melody 0.18 (a sane alternative to regular expressions)
It's been a while since I updated you on Melody, wanted to share some of the improvements with you.
-
rulex VS melody - a user suggested alternative
2 projects | 19 Jun 2022
Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable
-
Regular expressions for humans
another project related to making regexes more readable: https://github.com/yoav-lavi/melody
-
Rulex – A new, portable, regular expression language
- https://github.com/yoav-lavi/melody - More verbose, supports macros, backslash escapes only for quotes. Rust compiler, babel plugin. Improves with time, getting quite impressive.
1 to 3 of match {
What are some alternatives?
When comparing RegExtract and melody you can also consider the following projects:
Gigantor - Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files that exceed RAM
pomsky - A new, portable, regular expression language
oniguruma - regular expression library
kleenexp - modern regular expression syntax everywhere with a painless upgrade path
compile-time-regular-expressions - Compile Time Regular Expression in C++
REXS - A language for writing regular expressions.