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