ReNamer:Rules:RegEx

From den4b Wiki
Revision as of 17:44, 25 May 2009 by Narayan (talk | contribs) (Created page with '== RegEx Rule == [[Image:]]This rule finds matches for the specified RegEx pattern, and replaces them with another string. (RegEx is short for “Regular Expressions”. ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

RegEx Rule

[[Image:]]This rule finds matches for the specified RegEx pattern, and replaces them with another string. (RegEx is short for “Regular Expressions”. See [#6.4.Appendix-D RegEx (Regular Expressions)|outline Appendix-D] to learn the RegEx syntax.)

Also visit the User forum to see a lot of RegEx patterns for various purposes.

The parameters are as follows:


Parameter
Details
Expression RegEx pattern to match (find).
Replace RegEx pattern that replaces the found pattern.
Skip extension If this check box is unselected, the extension will be included in the rule.