Difference between revisions of "DPL:Manual - dplreplace"
From FollowTheScore
(New page: {{Type Manual|section=dplreplace}} === Syntax === <pre><nowiki> {{#dplreplace:|pattern|replacement|text}} </nowiki></pre> === Effect === Replaces the given ''pattern'' within the ''...) |
(No difference)
|
Revision as of 07:29, 13 October 2009
Manual | dplreplace |
Syntax
{{#dplreplace:|pattern|replacement|text}}
Effect
Replaces the given pattern within the text by replacement.
pattern is a regular expression as defined by php preg_replace().
Example
{{#dplreplace:ab|AB|abrakadabra}}
ab