node-split-string

node.js module to split a string on a character
  https://github.com/jonschlinkert/split-string
  0
  no reviews



This module provides a function to split a string on a character, but makes sure it doesn't when said character is escaped.

Node.js is an event-based server-side JavaScript engine.