/splt-jn

split and join with one function

Primary LanguageJavaScriptMIT LicenseMIT

splt-jn Build Status

install

npm i splt-jn

or

yarn add splt-jn

usage

const spltjn = require('splt-jn')

const str = 'tapping for maple syrup'
const strTapped = spltjn(str, ' ', '-')
// strTapped -> 'tapping-for-maple-syrup'

License

MIT © | cdrani