Lines Matching full:newlinere
969 var newlineRe = /\r\n?|\n/g;1001 html.push(htmlChunk.replace(newlineRe, '<br />'));