All Projects → alexcorvi → Anchorme.js

alexcorvi / Anchorme.js

Licence: mit
Tiny, fast, efficient, feature rich Javascript library to detect links / URLs / Emails in text and convert them to clickable HTML anchor links

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Anchorme.js

Email Validation Tool
An easy to use, accurate-ish & extensible email validation library for PHP 7+ 📧
Stars: ✭ 250 (-47.81%)
Mutual labels:  email-validation
email-validator.dart
A simple Dart class for validating email addresses without using RegEx 📧
Stars: ✭ 156 (-67.43%)
Mutual labels:  email-validation
EmailValidator.NET
C# SMTP and format email validator
Stars: ✭ 23 (-95.2%)
Mutual labels:  email-validation
email-validator
The Email Validator library builds upon PHP's built in `filter_var($emailAddress, FILTER_VALIDATE_EMAIL);` by adding a default MX record check. It also offers additional validation against disposable email addresses, free email address providers, and a custom banned domain list.
Stars: ✭ 18 (-96.24%)
Mutual labels:  email-validation
email-validate-hs
Email address validation for Haskell
Stars: ✭ 39 (-91.86%)
Mutual labels:  email-validation
email-to-name
Generate a name from an email address based on common patterns
Stars: ✭ 25 (-94.78%)
Mutual labels:  email-validation
Emailvalidation
A simple (but correct) .NET class for validating email addresses
Stars: ✭ 171 (-64.3%)
Mutual labels:  email-validation
Smtp Validate Email
A PHP library for performing email addresses validation via SMTP
Stars: ✭ 353 (-26.3%)
Mutual labels:  email-validation
libvldmail
Your friendly e-mail address validation library.
Stars: ✭ 47 (-90.19%)
Mutual labels:  email-validation
email-checker
Provides email verification on the go.
Stars: ✭ 116 (-75.78%)
Mutual labels:  email-validation
python-string-utils
A handy Python library to validate, manipulate and generate strings
Stars: ✭ 47 (-90.19%)
Mutual labels:  email-validation
flutter-email-validator
Sample Flutter app for creating basic login forms validation for email and passwords
Stars: ✭ 22 (-95.41%)
Mutual labels:  email-validation
laravel-5.7-email-verification-and-auth-via-api
Laravel 5.7 Email verification and Authentication via API
Stars: ✭ 22 (-95.41%)
Mutual labels:  email-validation
reacher-js
TypeScript wrapper library over Reacher API
Stars: ✭ 24 (-94.99%)
Mutual labels:  email-validation
NeverBounceAPI-PHP
This package provides convenient methods to integrate the NeverBounce API into your project.
Stars: ✭ 22 (-95.41%)
Mutual labels:  email-validation
Email address
The EmailAddress Gem to work with and validate email addresses.
Stars: ✭ 199 (-58.46%)
Mutual labels:  email-validation
mailcat
Find existing email addresses by nickname using API/SMTP checking methods without user notification. Please, don't hesitate to improve cat's job! 🐱🔎 📬
Stars: ✭ 219 (-54.28%)
Mutual labels:  email-validation
Deep Email Validator
Validates regex, typos, disposable, dns and smtp
Stars: ✭ 436 (-8.98%)
Mutual labels:  email-validation
Mailinator-Domains
A list of alternative domains that point to @mailinator.com / extracted from www.bdea.cc
Stars: ✭ 58 (-87.89%)
Mutual labels:  email-validation
EmailValidationPascal
Simple Class for Validating Email Address Syntax in Pascal/Delphi
Stars: ✭ 32 (-93.32%)
Mutual labels:  email-validation

Anchorme.js

Documentation Getting Started, Documentations, Demos and more

npm npm GitHub release license David David

Tiny, fast, efficient, feature rich Javascript library to detect links / URLs / Emails in text and convert them to clickable HTML anchor links.

Main features

  • Sensitivity:
    • It's Highly sensitive with the least false positives.
    • It validates URLs and Emails against full IANA list.
    • Validates port numbers (if present).
    • Validates IP octet numbers (if present).
    • Works on non latin alphabets URLs.
  • Robustness:
    • Skips HTML, so it doesn't break your HTML if it had a URL as an attribute for an element, or a link that is already inside an anchor.
    • Links with or without protocols.
    • Works with IPs, FTPs, Emails and files.
    • Can detect parenthesis and quotation marks as part of the URL or as a surrounding to the URL.
    • Easily extensible with your own code (e.g. for hashtags and mentions).
  • Fast: Performance is one of the main things that were kept in mind while writing this library.
    • Processing H.G. Wells novel, the time machine, took only 100 milliseconds.
    • This library is also faster than other alternatives (linkify & autolinker). Link to benchmark
  • Light Weight: Although it's a feature rich library with a full IANA list included, it's only 9KB when minified and GZipped.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].