Node.js examples for String:Split
Split String to Chunks
String.prototype.splitchunks = function(s) { return s.split(/\n\n+/) }