1.0.0 • Published 9 years ago

fold-case v1.0.0

Weekly downloads
159
License
MIT
Repository
github
Last release
9 years ago

foldCase is a letter case folder with full Unicode support, i.e. based on the official Unicode case folding mappings.

Installation

Via npm:

npm install fold-case

API

foldCase.version

A string representing the semantic version number.

foldCase(text)

This function takes a string of text and folds the case for each letter. All the Unicode ‘Full’ case folding mappings are used.

Unit tests & code coverage

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.

Author

This work is based on a stripped down version of swapcase by Mathias Bynens:

twitter/mathias
Mathias Bynens

License

foldCase is available under the MIT license.