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="http://www.joomla.org">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 ...
Download JosRegEx
|