shuffleness
v1.0.0
Published
Randomize/Shuffle strings with ease.
Downloads
4
Maintainers
Readme
shuffleness
Randomize/Shuffle strings with ease..
Installation
npm install shuffleness --save
# or
yarn add shuffleness
USAGE
const shuffleness = require('./index');
shuffleness.randomString({ len: 32, mixedCase: true, includeNumbers: true })
// => PKNrjxGkkEmBartOUBTcYFjnPqQbqTsh
shuffleness.shuffleString("Hello World!");
// => e!leled oWdd
shuffleness.shuffleCase("Hello World!");
// => heLLo woRlD!