Difference between revisions of "ReNamer:Rules:RegEx"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== RegEx Rule == | == RegEx Rule == | ||
− | [[Image:RegExRule.png]] | + | <center>[[Image:RegExRule.png]]</center> |
− | + | This rule finds text that matches the specified RegEx pattern, and replaces it with another string. (''RegEx'' is short for '''Regular Expressions'''). | |
− | 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: [http://den4b.com/wiki/index.php/ReNamer:Regular_Expressions]. | The RegEx syntax is explained here: [http://den4b.com/wiki/index.php/ReNamer:Regular_Expressions]. | ||
− | The ReNamer users have contributed | + | The ReNamer users have contributed [http://www.den4b.com/forum/index.php many RegEx patterns] for various purposes. |
The parameters are as follows: | The parameters are as follows: | ||
− | |||
{| class="prettytable" | {| class="prettytable" |
Revision as of 04:55, 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: [1].
The ReNamer users have contributed many RegEx patterns for various purposes.
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. |