Projects STRLCPY kitsec-core Files
🤬
..
index.js Loading last commit info...
license
package.json
readme.md
readme.md

is-alphabetical

[Build]build [Coverage]coverage [Downloads]downloads [Size]size

Check if a character is alphabetical.

Install

npm:

npm install is-alphabetical

Use

var alphabetical = require('is-alphabetical')

alphabetical('a') // => true
alphabetical('B') // => true
alphabetical('0') // => false
alphabetical('💩') // => false

API

alphabetical(character|code)

Check whether the given character code (number), or the character code at the first position (string), is alphabetical.

License

MIT © Titus Wormer

Please wait...
Page is in error, reload to recover