Node.js examples for String:Char
Get Code From Char
function getCodeFromChar( char ) { return char.charCodeAt( 0 ); }