 Joomla Regular Expression replacement mambots.
Replace any occurrence of RegEx expression with ReplaceWith String.
Support up to 10 Regular expressions and Replacements.
Examples:
1-----------
Regular Expression: /Joomla/
Replace With: <a href="YOURLINK">Go To Joomla</a>
Replace any occurrence of Joomla with Link to joomla site.
2-----------
Regular Expression: /\[code\](.*?)\[\/code\]
Replace With: <DIV> $1 </DIV> while $1 is (.*?)
for example [code] Hello world [/code] will be replace with <DIV> Hello world </DIV>, while $1 = Hello world.
NB: full regular expression support, $1 $2 ...
--------------------------------------------------------------
Report this listing
|