Adds support for custom split separators.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 24 Aug 2015 04:36:44 +0000 (05:36 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 24 Aug 2015 05:50:23 +0000 (06:50 +0100)
commit7fd828132b3816062564250fb833088bca9755ba
tree190dd7a5d56a73e5d3374aa589db0e88c5533e17
parentdcd2e67187ae9de145e69884a7770f7847a259e0
Adds support for custom split separators.

It defaults to braces as before but it can be customized to anything now.
lib/utils/split.js
test/utils/split-test.js