abcdefghijklmnopqrstuvxyz
v3.0.3
Published
Provides a string variable containing the modern English alphabet excluding 'w' ('abcdefghijklmnopqrstuvxyz'), to reduce typing and mistakes. An alternative to the `abcdefghijklmnopqrstuvwxyz` package, excluding ambiguous characters.
Downloads
3
Maintainers
Readme
abcdefghijklmnopqrstuvxyz
This package exports a single lower-case 25-character string containing the modern English alphabet without w
, suitable for using as-is, or for safely interpolating, without the need for escaping, into nearly any context. The purpose of this package is to reduce the need for repetitious typing and the risk of typographical errors, and to serve as an alternative to the abcdefghijklmnopqrstuvwxyz
package, optimized for clarity in the character set.
Installation
npm install abcdefghijklmnopqrstuvxyz
Usage
import { abcdefghijklmnopqrstuvxyz } from 'abcdefghijklmnopqrstuvxyz'
console.log(abcdefghijklmnopqrstuvxyz)
// "abcdefghijklmnopqrstuvxyz"