Javascript String score()
score()
String.prototype.score = function() { return this.replace(/ /g, '_'); };