string.min.js
v10.0.0-1
Published
Data type String
Downloads
2
Readme
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"))