Javascript String longth()
longth()
String.prototype.longth = function (){ return (this.replace(/[^\x00-\xff]/g, "rr").length); }