1.6.9 • Published 8 months ago

email-thikxa v1.6.9

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

validateEmail

A lightweight JavaScript utility to validate email addresses using a regular expression. This package checks if an email string adheres to the commonly accepted format for email addresses.


Features

  • Validates email addresses against a standard regex pattern.
  • Simple, lightweight, and easy to use.
  • Works in both browser and Node.js environments.

Installation

Install the package via npm:

npm install validate-email
 yarn add validate-email
1.6.9

8 months ago