Javascript String toArray()
toArray()
String.prototype.toArray = function() { return this.split(""); };