Source for file Trim.php
Documentation is available at Trim.php
* Trim lines in the source text and compress 3 or more newlines to
* @author Paul M. Jones <pmjones@php.net>
* @author Michele Tomaiuolo <tomamic@yahoo.it>
// make ordinal numbers superscripted
$this->wiki->source = preg_replace("/(?<![\w])([\d]+)([\w]+)/", "$1^^$2^^",
// finally, compress all instances of 3 or more newlines
Documentation generated on Mon, 11 Mar 2019 14:55:49 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|