splt-jn 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