'^(\w|\.|\_|\-)+[@](\w|\_|\-|\.)+[.]\w{2,3}$'

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
  • JavaVerbalExpressions

    Java regular expressions made easy.

  • There are libraries that allow you to define a regex using fluent builder APIs. Just to show you an example (not necessarily endorsing this specific library or Java as a language), this is how VerbalExpressions does it:

  • 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.

  • well, you can name capturing groups, which is like 90% of detailing code.

  • 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
  • coffeescript

    Unfancy JavaScript

  • depends on the language. In CoffeeScript you can. https://coffeescript.org/#regexes

  • referencesource

    Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework

  • Here's the email validation attribute source code provided by Microsoft for dot net if anyone is interested.

  • RegExr

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

  • https://regexr.com/ is also a great resource

  • 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.

    InfluxDB logo
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

  • Rulex, a new regular expression language written in Rust, now has an online playground using WASM!

    6 projects | /r/rust | 6 Jun 2022
  • People seem to fear regex, so I made a puzzle game to help teach it through fighting goblins

    6 projects | /r/programming | 4 Jun 2022
  • Are there any good c examples?

    4 projects | /r/vulkan | 5 Apr 2022
  • Open Source React Developer Tools in Today's Digital Era

    3 projects | dev.to | 5 Dec 2021
  • irregex

    3 projects | /r/ProgrammerHumor | 7 May 2021