char-split
Splits a string stream on a character (e.g. \n) and emits the strings in between.
Install
npm install char-split
Usage / Examples
var split = stream
Optional arguments:
Notes
For simplicity, char-split doesn't support multi-character split strings. This means splitting on \r\n won't work.
License
Open source software under the zlib license.