Javascript String toStrings()
toStrings()
String.prototype.toStrings = function () { return this.split("\n"); };