Searched defs:RTrim (Results 1 – 8 of 8) sorted by relevance
143 String.prototype.RTrim = function() method in String
126 String.prototype.RTrim = function() method in String
26 …Trim=function(){return this.replace(/^[ \t\n\r]*/g,'');};String.prototype.RTrim=function(){return … method in String