0.1.7 • Published 2 years ago

randomuppercase v0.1.7

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

randomuppercase

What\'s this?

A simple tool to change lowercase letter to uppercase letter randomly in string.

Tips: This package was actually on npmjs.org for a few years, but due to a mistake by npmjs, it was deleted and could not be restored. npmjs suggested that I should re-upload it.

How to use

First, install it from NPM

npm install randomuppercase

Second, import & code

const ruc = require("randomuppercase");
console.log(ruc("abcd1234"));

Tips

The length of the string should be long than 5. license MIT

0.1.7

2 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago