foldCase is a letter case folder with full Unicode support, i.e. based on the official Unicode case folding mappings.
Via npm:
npm install fold-caseA string representing the semantic version number.
This function takes a string of text and folds the case for each letter. All the Unicode ‘Full’ case folding mappings are used.
After cloning this repository, run npm install to install the dependencies needed for development and testing.
Once that’s done, you can run the unit tests in Node using npm test.
This work is based on a stripped down version of swapcase by Mathias Bynens:
| Mathias Bynens |
foldCase is available under the MIT license.