4 October 2007

From Organic Design wiki
Revision as of 23:07, 3 October 2007 by Nad (talk | contribs) (RegexParserFunctions extension added)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Warning.svg This is a blog item that needs to be converted to the new Bliki format


Regular expressions extension added

The RegexParserFunctions extension has been added to our list of extensions available to the OD/Wikia. This allows regular expression string replacements, for example:

{{#regex:{{PAGENAME}}|%^.*/(.*)$%|$1}}

Forward slashes can also be used as delimiters, but percent is more practical if the expression contains slashes.