mailcheck VS lpeg_patterns

Compare mailcheck vs lpeg_patterns and see what are their differences.

mailcheck

Reduce misspelled email addresses in your web apps. (by mailcheck)

lpeg_patterns

A collection of LPEG patterns (by daurnimator)
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
mailcheck lpeg_patterns
8 2
7,950 116
0.0% -
0.0 0.0
almost 2 years ago almost 2 years ago
JavaScript Lua
MIT License MIT License
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.

mailcheck

Posts with mentions or reviews of mailcheck. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-10.
  • Email Validation Logic is Wrong (2021)
    2 projects | news.ycombinator.com | 10 Jan 2023
    Not an "instead of" approach, but the best thing I'd implemented when running an ecom site was a typo detector that prompted people to fix their email if it looked wrong, like "[email protected]", "Did you mean [email protected]?".

    At the time I used "mailcheck": https://github.com/mailcheck/mailcheck

    There appears to be a more modern implementation here: https://github.com/ZooTools/email-spell-checker

    It reduced the amount of badly entered emails more than any other approach I tried.

  • Stop Validating Email Addresses with Regex
    5 projects | news.ycombinator.com | 20 Apr 2022
    It misses the very common mistake of typing a comma instead of a dot.

    Otherwise, yeah, most people would be better served by a library that detects domain typos like https://github.com/mailcheck/mailcheck than spending time on regexes.

  • Ruby's Email Address Regexp
    4 projects | news.ycombinator.com | 4 Jan 2022
    The most helpful thing I've used in the real world is something that looks for common typographical errors, even if the email is technically valid.

    Like, if the user types "[email protected]", it pops a dialogue asking "Did you mean "[email protected]". But lets them keep what they typed, or do a different fix if needed.

    I found some JS called "mailcheck": https://github.com/mailcheck/mailcheck

    There are updated clones that use react, vue, etc, instead of jquery.

    With a working ecommerce site, this improved the percentage of correct emails more than anything else I tried, and I had tried many things. Because it's a bad situation when you've taken someone's money and have nothing other than a shipping address to contact them if something goes wrong (bad shipping address, out of stock situation, etc).

  • Check If Email Exist
    16 projects | news.ycombinator.com | 1 Jul 2021
    I somewhat lol'd when the demo allowed "[email protected]" just fine. Guess kickstarter isn't using mailcheck anymore. Looks like it's an open issue:

    https://github.com/mailcheck/mailcheck/issues/179

  • Some useful regular expressions for programmers
    2 projects | news.ycombinator.com | 23 Apr 2021
    I suppose it depends on what we mean by validate. Running an ecommerce site, I got a lot of mileage out of prompting the customer to fix emails that "looked wrong". We allowed them to proceed if they wanted. A really common one was "[email protected]" when "[email protected]" was wanted. We used a slightly modified version of https://github.com/mailcheck/mailcheck and found it to be really useful.
  • I bought 300 emoji domain names from Kazakhstan and built an email service
    5 projects | news.ycombinator.com | 11 Mar 2021
    It does work well. I used a customized version of https://github.com/mailcheck/mailcheck on an ecomm website and the amount of bounces due to typos went way down.

lpeg_patterns

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

What are some alternatives?

When comparing mailcheck and lpeg_patterns you can also consider the following projects:

parsemail - Hanami fork of https://github.com/DusanKasan/parsemail

python-email-validator - A robust email syntax and deliverability validation library for Python.

check-if-email-exists - Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend.

lua-inst - Implementation of Clojure's #inst tagged literal for Lua (mirror)

app - Think fearlessly with end-to-end encrypted notes and files. For issues, visit https://standardnotes.com/forum or https://standardnotes.com/help.

WHATWG HTML Standard - HTML Standard

AnonAddy - Anonymous email forwarding

lua-language-server - A language server that offers Lua language support - programmed in Lua

rofi-emoji - Emoji selector plugin for Rofi

scintillua - Scintillua enables Scintilla lexers to be written in Lua, particularly using LPeg. It can also be used as a standalone Lua library for syntax highlighting support.

react-mailcheck - React component for the mailcheck library.

AutoHotkey - AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.