Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.25 KB

is-alphabet

Checks whether passed string contains alphabets, digits and vocabulory.

Installation

npm i is-alphabet --save

Usage

const isAlpha = require('is-alphabet');

if(isAlpha('Some string with english alphabets')) {
  console.log('pure english');
}

Development

npm i
npm test

Contributors

Divjot Singh
Divjot Singh

💻 📖 ⚠️
Mayank Badola
Mayank Badola

💻 📖 ⚠️