8000 GitHub - ngonzalvez/random-case
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ngonzalvez/random-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-case

This is a simple library for randomly transforming the capitalization of all letters in a string.

Installation

In order to install the random-case library just run:

npm install --save random-case

Usage

var randomCase = require('random-case');

randomCase('testString');  // Outputs something like: tEsTSrinG

Notes

I created this library just for fun and I can't imagine how this could be useful for you. But if you do find it useful, please feel free to use it and modify it as you wish.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0