1.0.3 • Published 4 years ago

space-separated v1.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

space-separated

Build Status Coverage Status

Splits a string by whitespace.

Install

npm i -S space-separated

Usage

const sep = require('space-separated')

sep('  one "and two and"\n\'three and\'\t`four`  ')

outputs

['one', '"and two and"', '\'three and\'', '`four`']

License

MIT © Paul Zimmer

1.0.3

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago