space-separated

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i space-separated

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

4.95 kB

Total Files

7

Last publish

Collaborators

  • mrzmmr