reverse-string

0.0.6 • Public • Published

reverse-string

Reverse a string (with Unicode support). 'foo' → 'oof'

Build Status NPM version

This module was inspired by Implementation #1 of Edd Mann's post: a high-performance algorithm for string reversal.

Install

You can use this module in node or in the browser.

For use via Node.js:

npm install --save reverse-string

For use via Bower:

bower install reverse-string

Usage

var reverse = require('reverse-string');
 
reverse('test');
//=> 'tset'

API

reverseString(string)

Returns a reversed string.

string

Required
Type: string

The string you want to reverse. Allows unicode and latin characters.

License

MIT @ Cédric JUNG

Readme

Keywords

Package Sidebar

Install

npm i reverse-string

Weekly Downloads

68

Version

0.0.6

License

MIT

Last publish

Collaborators

  • cedced19