ReNamer:Rules:RegEx

From den4b Wiki
Revision as of 14:40, 23 June 2009 by Den4b (talk | contribs) (case-sensitive parameter and short regex description)
Jump to navigation Jump to search

RegEx Rule

RegExRule.png

This rule finds text that matches the specified RegEx pattern, and replaces it with another string. RegEx is short for Regular Expressions, which stands for special syntax for describing search and replace patterns. The RegEx syntax is explained in a separate article.


The parameters are as follows:

Parameter Details
Expression RegEx pattern to match or 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.
Case-sensitive Specifies whether to process text in case sensitive or insensitive manner.

Tip: ReNamer users have posted many RegEx patterns at the User Forum. You can copy and use them.