Difference between revisions of "ReNamer:Rules:RegEx"

From den4b Wiki
Jump to navigation Jump to search
(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”. ...')
 
Line 1: Line 1:
 
== RegEx Rule ==
 
== 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.)
+
[[Image:RegExRule.png]]
  
Also visit the User forum to see a lot of RegEx patterns for various purposes.  
+
 
 +
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. They are available at the ReNamer User forum [http://www.den4b.com/forum/index.php].
  
 
The parameters are as follows:
 
The parameters are as follows:

Revision as of 11:49, 20 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. They are available at the ReNamer User forum [1].

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.