Searched defs:stripNewLines (Results 1 – 3 of 3) sorted by relevance
380 this.stripNewLines=function(value){return typeof(value)=="string"?value.replace(/[\r\n]/g," "):value function
1051 this.stripNewLines = function(value) function
391 this.stripNewLines=function(value){return typeof(value)=="string"?value.replace(/[\r\n]/g," "):value function