string.min.js

10.0.0-1 • Public • Published

string.min.js

const string = require ("string.min.js")
const {str_replace, str_shuffle, str_split} = string

console.log (str_replace ("c", "x", "abcde"))
console.log (str_shuffle ("abcde"))
console.log (str_split ("abcde", 2))
console.log (string.format ("my program is %s", "nodejs"))

Readme

Keywords

Package Sidebar

Install

npm i string.min.js

Weekly Downloads

1

Version

10.0.0-1

License

MIT

Unpacked Size

4.66 kB

Total Files

5

Last publish

Collaborators

  • seindi