Searched defs:ReplaceNewLineChars (Results 1 – 8 of 8) sorted by relevance
149 String.prototype.ReplaceNewLineChars = function( replacement ) method in String
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