Searched defs:LTrim (Results 1 – 5 of 5) sorted by relevance
120 String.prototype.LTrim = function() method in String
26 …return this.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,'');};String.prototype.LTrim=function(){return … method in String