Support Joomla!
Search: Advanced Search
Serving 3334 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 598 guests and 49 members online
Joomla! Extensions Directory feed - RSS 0.91

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
Replace Show All Developer's Extensions
JosRegEx, Joomla Regular Expression Pluginplugin
Rating
Developer:Sameh Fakoua Version:1.0.0 (Updated 256 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.0
Views: 3,402 License:
Favoured:
5
Type:
Date Added:Oct 27, 2007
DownloadHomepageDemoWrite ReviewRecommend
JosRegEx, Joomla Regular Expression
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


Excellent by koltz, October 27, 2007
Thanks, been waiting for something like this that allows this sort of functionality.