Difference between revisions of "ReNamer:Rules:RegEx"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
The RegEx syntax is explained [http://den4b.com/wiki/index.php/ReNamer:Regular_Expressions here]. | The RegEx syntax is explained [http://den4b.com/wiki/index.php/ReNamer:Regular_Expressions here]. | ||
− | |||
− | |||
The parameters are as follows: | The parameters are as follows: | ||
Line 27: | Line 25: | ||
|} | |} | ||
+ | '''Tip:''' ReNamer users have posted many [http://www.den4b.com/forum/index.php RegEx patterns] at the forum. You can copy and use them. |
Revision as of 05:02, 21 June 2009
RegEx Rule
This rule finds text that matches the specified RegEx pattern, and replaces it with another string. (RegEx is short for Regular Expressions).
The RegEx syntax is explained here.
The parameters are as follows:
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. |
Tip: ReNamer users have posted many RegEx patterns at the forum. You can copy and use them.