0.1.0 • Published 8 years ago

split-on-first-space v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

split-on-first-space NPM version NPM downloads Build Status

Split string on the first white space occurence.

Install

$ npm install --save split-on-first-space

Usage

const splitOnFirstSpace = require('split-on-first-space')

splitOnFirstSpace('warning: this is not drill')
//=> ['warning:', 'this is not drill']

License

MIT © EGOIST

0.1.0

8 years ago