Home
last modified time | relevance | path

Searched refs:newlineEscape (Results 1 – 1 of 1) sorted by relevance

/web-bugs/src/Horde/Text/Diff/Renderer/
H A DInline.php169 protected function _splitOnWords($string, $newlineEscape = "\n") argument
182 $words[] = str_replace("\n", $newlineEscape, substr($string, $pos, $spaces + $nextpos));

Completed in 4 milliseconds