An open API service indexing awesome lists of open source software.

https://github.com/cdrani/splt-jn

split and join with one function
https://github.com/cdrani/splt-jn

array join split string

Last synced: 3 months ago
JSON representation

split and join with one function

Awesome Lists containing this project

README

          

# splt-jn [![Build Status](https://travis-ci.org/cdrani/splt-jn.svg?branch=master)](https://travis-ci.org/cdrani/splt-jn)

## install

> npm i splt-jn

or

> yarn add splt-jn

## usage

```js
const spltjn = require('splt-jn')

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

## License
MIT © | cdrani