irregex

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammerHumor

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
  • regexp-examples

    Generate strings that match a given regular expression

  • I wrote this library to generate strings that match an arbitrary regex several years ago, purely for the fun/challenge of figuring it all out from scratch.

  • RegExr

    RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.

  • this is actually a very good tool for beginners. I personally started to learn regex from https://regexr.com, but switched to regex101 eventually for regular use

  • 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 logo
  • RE2

    RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.

  • Regular expressions can (and any good library will) be compiled to a DFA that executes in linear time. As soon as you add forward or back references that becomes impossible and the exponential algorithm has to be used. This is why high performance regex engines like re2 don't support these features.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A non programmer friend came up with this

    1 project | /r/ProgrammerHumor | 9 Sep 2022
  • Ask HN: What are some of the most elegant codebases in your favorite language?

    37 projects | news.ycombinator.com | 17 Jun 2023
  • I cant use the URI.encode() method

    2 projects | /r/ruby | 6 Jun 2023
  • [Rust] Quelle est la meilleure façon actuelle d'appeler Rust de Ruby?

    1 project | /r/enfrancais | 5 May 2023
  • Show HN: Secure your public GitHub repository with automated security fixes

    6 projects | news.ycombinator.com | 8 Mar 2023