@linagora/char-api
v0.1.1
Published
This lib help to convert ascii character to alphabet [a-z]
Readme
charAPI
This repository provides a javascript lib to convert ascii character to alphabet [a-z] upper case.
Documentation
Example: charAPI.getAsciiUpperCase('é') = 'E'
Installing
You can install charAPI.js via npm, if you would like to use it in node:
npm install @linagora/char-api.jsAlternatively, it is also available via bower for front-end development:
bower install esn-char-api.jsHow to contribute
clone the repository
git clone https://ci.linagora.com/linagora/lgs/openpaas/char-api.gitCode, execute tests then pull request !
