Javascript String to_s()
s()
String.prototype.to_s = function () { return this.valueOf().toString(); };