1.0.1 • Published 4 years ago

english-chars v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

English characters Travis CI Build Status

Characters in the english language.

NPM Badge

Install

npm install english-chars

Usage

const englishChars = require("english-chars");

englishChars.uppercase
//=> 'ABCDE...'

englishChars.lowercase
//=> 'abcdef...'

API

englishChars

uppercase

Type: string

Uppercase alphabet letters.

lowercase

Type: string

Lowercase alphabet letters.

letters

Type: string

Uppercase and lowercase alphabet letters.

digits

Type: string

Digits from 0 to 9.

all

Type: string

All the characters.