Checks whether passed string contains alphabets, digits and vocabulory.
npm i is-alphabet --save
const isAlpha = require('is-alphabet');
if(isAlpha('Some string with english alphabets')) {
console.log('pure english');
}
npm i
npm test
Divjot Singh 💻 📖 |
Mayank Badola 💻 📖 |
---|