ReadableRegex.jl VS common-regex

Compare ReadableRegex.jl vs common-regex and see what are their differences.

ReadableRegex.jl

regexes for people who don't really want to learn or read regexes (by jkrumbiegel)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ReadableRegex.jl common-regex
3 1
183 0
- -
0.0 10.0
almost 2 years ago over 5 years ago
Julia 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.

ReadableRegex.jl

Posts with mentions or reviews of ReadableRegex.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-30.

common-regex

Posts with mentions or reviews of common-regex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-30.
  • A portable, modern regular expression language
    9 projects | news.ycombinator.com | 30 Dec 2022
    comparitor.insert("iyr", Regex::new(r"^(201[0-9]|2020)$").unwrap());

    There are lots of number parsing.

    I would enable both [[:1-12:]] and [[:01-12:]] as options without / with leading zeros.

    About the variables:

    This file would look much more readable with variables that are reusing other regexes:

    https://github.com/spcan/common-regex/blob/3238bc8ee85e0e000...

What are some alternatives?

When comparing ReadableRegex.jl and common-regex you can also consider the following projects:

pyparsing - Python library for creating PEG parsers

fluent-plugin-grok-parser - Fluentd's Grok parser

iregex - A way to write regex with objects instead of strings.

rx - Standalone version of Emacs' rx macro

kbnf - KBNF has been renamed to Dogma

logstash-patterns - Grok patterns for parsing and structuring log messages with logstash

oil - Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!