reverse-component

0.0.1 • Public • Published

reverse

Unicode-aware string reverser. For more information, visit: https://github.com/mathiasbynens/esrever.

Installation

Install with component(1):

$ component install component/reverse

Or with node.js:

$ npm install reverse-component

Example

reverse('foo 𝌆 bar') // rab 𝌆 oof
reverse('mañana mañana') // anañam anañam

API

reverse(str)

Reverse a string

Credits

The logic and examples are originally from: https://github.com/mathiasbynens/esrever. This code is reformatted and simplified for component.

Test

npm install component-test
make test

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i reverse-component

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • mattmueller