Difference between revisions of "ReNamer:Rules:RegEx"

From den4b Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
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 [http://den4b.com/wiki/index.php/ReNamer:Regular_Expressions here].
  
The ReNamer users have contributed [http://www.den4b.com/forum/index.php many RegEx patterns] for various purposes.
+
The ReNamer users have contributed many [http://www.den4b.com/forum/index.php RegEx patterns] for various purposes. You can copy and use them.
  
 
The parameters are as follows:
 
The parameters are as follows:

Revision as of 05:56, 21 June 2009

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).

The RegEx syntax is explained here.

The ReNamer users have contributed many RegEx patterns for various purposes. You can copy and use them.

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.