english-chars
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i english-chars

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.67 kB

    Total Files

    6

    Last publish

    Collaborators

    • richienb