string-split-keep
Split strings without applying separator after limit; Negative limit starts from the end. No regex separators.
var ssplit = //["word1", "word2 word3"] //["word1 word2", "word3"]
Split strings without applying separator after limit; Negative limit starts from the end. No regex separators.
var ssplit = //["word1", "word2 word3"] //["word1 word2", "word3"]
npm i string-split-keep
4
1.0.1
MIT