email-thikxa
v1.6.9
Published
This is an email validator
Downloads
67
Maintainers
Readme
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