|
MediaWiki
master
|
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 () | |
| replace (array $matches) | |
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 |
Definition at line 38 of file RegexlikeReplacer.php.
References as.
|
private |
Definition at line 25 of file RegexlikeReplacer.php.
Referenced by __construct().