MediaWiki
1.30.0
|
Class to replace regex matches with a string similar to that used in preg_replace() More...
Public Member Functions | |
__construct ( $r) | |
replace (array $matches) | |
Public Member Functions inherited from Replacer | |
cb () | |
Private Attributes | |
$r | |
Class to replace regex matches with a string similar to that used in preg_replace()
Definition at line 24 of file RegexlikeReplacer.php.
RegexlikeReplacer::__construct | ( | $r | ) |
RegexlikeReplacer::replace | ( | array | $matches | ) |
array | $matches |
Reimplemented from Replacer.
Definition at line 38 of file RegexlikeReplacer.php.
|
private |
Definition at line 25 of file RegexlikeReplacer.php.
Referenced by __construct().