Dplreplace: Difference between revisions

→‎Effect: replaced: tt> → code> (2)
No edit summary
(→‎Effect: replaced: tt> → code> (2))
Line 11:
Replaces the given ''pattern'' within the ''text'' by ''replacement''.
 
''pattern'' is a regular expression as defined by php <ttcode>preg_replace()</ttcode>.
 
''replacement'' may contain references to matching parts.