super-expressive VS ocaml-re

Compare super-expressive vs ocaml-re and see what are their differences.

super-expressive

🦜 Super Expressive is a zero-dependency JavaScript library for building regular expressions in (almost) natural language (by francisrstokes)

ocaml-re

Pure OCaml regular expressions, with support for Perl and POSIX-style strings (by ocaml)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
super-expressive ocaml-re
6 2
4,601 228
- 2.2%
4.6 5.8
6 months ago 5 days ago
JavaScript OCaml
MIT License GNU General Public License v3.0 or later
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.

super-expressive

Posts with mentions or reviews of super-expressive. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-14.

ocaml-re

Posts with mentions or reviews of ocaml-re. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-07.
  • Show HN: Regex Derivatives (Brzozowski Derivatives)
    10 projects | news.ycombinator.com | 7 Mar 2023
    Note that it's not difficult to (lazily or not) build a NFA using derivatives as well (with Antimirov's construction).

    [1]: https://github.com/ocaml/ocaml-re/

  • Super-expressive – Write regex in natural language
    4 projects | news.ycombinator.com | 21 Jan 2021
    I'm familiar with standard (compact) regex syntax, but I've been using the above syntax recently in a couple small places. I'm a bit on the fence as to which is "better". The compact syntax is, of course, more compact. I think it's a very similar comparison between APL (which I've not used) and most other common programming languages.

    One advantage of the expanded syntax is that it's a bit nicer to incorporate a string variable, e.g. "str some_string" vs. "/#{Regexp.escape(some_string)}/" (to borrow Ruby's syntax).

    [1] https://github.com/ocaml/ocaml-re

What are some alternatives?

When comparing super-expressive and ocaml-re you can also consider the following projects:

babel-plugin-macros - 🎣 Allows you to build simple compile-time libraries

google-drive-ocamlfuse - FUSE filesystem over Google Drive

regex-benchmark - It's just a simple regex benchmark of different programming languages.

recross-coq - Regexp engine in Coq for solving regexp crosswords

babel-handbook - :blue_book: A guided handbook on how to use Babel and how to create plugins for Babel.

mcilroy-regex - Doug McIlroy's C++ regular expression matching library

fluent-regex - A nice fluent and typed way to construct regular expressions

agda-regexp-automata - Formalization of Regular Languages in Agda: regular expressions, finite-state automata, proof of equivalence, proof of the pumping lemma.

melody - Melody is a language that compiles to regular expressions and aims to be more readable and maintainable

regexp-Brzozowski - Coq formalization of decision procedures for regular expression equivalence [maintainer=@anton-trunov]

JSVerbalExpressions - JavaScript Regular expressions made easy

re1-rust - A port of re1, Russ Cox’s simple, virtual machine–based regular expression engine