Javascript String toLines()
toLines()
String.prototype.toLines = function() { return this.match(/^.*\b/gm); }