We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Return ASCII code of a character in string.
var asc = require('@extra-string/asc'); asc('A'); // 65 asc('aA'); // 97 asc('aA', 1); // 65