to-reverse-case

1.0.1 • Public • Published

to-reverse-case

Convert a string to reverse case.

Installation

$ npm install to-reverse-case

Example

let toReverseCase = require('to-reverse-case')  
toReverseCase('test') // "tset"  
toReverseCase('dot') // "tod"  

API

toReverseCase(string)

Returns the string converted to reverse case.

Readme

Keywords

Package Sidebar

Install

npm i to-reverse-case

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.73 kB

Total Files

5

Last publish

Collaborators

  • kaganwei