Skip to content

Convert character(s) to their respective ASCII codes.

License

Notifications You must be signed in to change notification settings

jxom/char-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

char-to-ascii

Convert character(s) to their respective ASCII codes.

Install

$ npm install --save char-to-ascii

Usage

const charToAscii = require('char-to-ascii');

charToAscii('unicorns');
//=> [117, 110, 105, 99, 111, 114, 110, 115]

API

charToAscii(input)

input

Type: string

The set of characters you want to convert into ASCII.

License

MIT © jxom

About

Convert character(s) to their respective ASCII codes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published