Searched refs:newlineEscape (Results 1 – 1 of 1) sorted by relevance
169 protected function _splitOnWords($string, $newlineEscape = "\n") argument182 $words[] = str_replace("\n", $newlineEscape, substr($string, $pos, $spaces + $nextpos));
Completed in 4 milliseconds