1.1.0 • Published 3 years ago
str-process v1.1.0
str-process
Process your string input efficiently.
Install
npm i str-process
How to use
const process = StrProcess
.of()
.upperCase()
.lowerCase()
.alphaBet()
.map(v => v.slice(0, 3))
.unbox()
console.log(process('hello world, 12345!')) // 'hel'
License
MIT © nemurubaka