Use this wiki plugin to use a "regular expression" style search expression from another wiki page to search for and replace text in the body of the plugin (between the REGEX tags).
Parameters
Perform a regular expression search and replace Introduced in Tiki 1. Required parameters are inbold. Go to the source code Preferences required: wikiplugin_regex
Parameters
Accepted Values
Description
Default
Since
(body of plugin)
Each line of content is evaluated separately
pageName
Name of page containing search and replace expressions separated by two colons.
Example of syntax on that page: /search pattern/::replacement text
pageName
1
To use this plugin:
Place the search pattern (enclosed with forward slashes) and replacement text on a separate wiki page, separated by two colons ( :: ). For example:
/search pattern/::replacement text
Then enter that page name as the pageName parameter value of the plugin.
The text in the body of the plugin (between the REGEX tags) will be searched and each match of the search pattern will be replaced by the replacement text.