1.0.1 • Published 6 years ago

to-reverse-case v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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.

1.0.1

6 years ago