
Added by thebman220 on January-3-2009, 6:25 pm
if (!String.prototype.toCharacterArray) {
String.prototype.toCharacterArray=function() {
return this.split(/.??/);
}
}
document.write("Example String".toCharacterArray().join("|"));
Results:E|x|a|m|p|l|e| |S|t|r|i|n|g
Added by thebman220 on May-2-2009, 4:40 am
Added by thebman220 on April-29-2009, 11:47 pm
Added by thebman220 on April-5-2009, 1:48 pm
Added by thebman220 on January-29-2009, 3:15 am
Added by thebman220 on January-29-2009, 3:04 am