fold-case
Version:
Unicode case folding, i.e. based on the official Unicode case folding mappings.
38 lines (21 loc) • 1.16 kB
Markdown
_foldCase_ is a letter case folder with full Unicode support, i.e. based on [the official Unicode case folding mappings](http://unicode.org/Public/UCD/latest/ucd/CaseFolding.txt).
Via [npm](http://npmjs.org/):
```bash
npm install fold-case
```
A 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](http://unicode.org/Public/UCD/latest/ucd/CaseFolding.txt) 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:
| [](https://twitter.com/mathias "Follow @mathias on Twitter") |
|---|
| [Mathias Bynens](https://mathiasbynens.be/) |
_foldCase_ is available under the [MIT](https://mths.be/mit) license.