is-alphabet
v0.0.5
Published
Checks if passed string contains alphabets, digits and vocabulary
Downloads
44
Readme
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