| Home | Simple version | Whole Word version | Regular Expression version |
This tutorial assumes the following 3 things:
1. That extensions for known file types are not hidden. (1. Click Start / My Documents. 2. Click Tools / Folder Options…. 3. Click the View tab. 4. Make sure that Hide extensions for known file types is unchecked.)
2. That you have Notepad2 or a shortcut to it on your desktop.
3. That you have installed Perl according to the tutorial at:
http://llbest.com/PerlProgramming.htm.
On this web page:
A. Introduction
B. Get the Free Download
C. Main Features
D. Example
E. Preview Mode
F. Subfolder Support
G. Conclusion
This web page is a tutorial on how to use a free Perl program to do search and replace operations using an internal list of Regular Expressions. The Regular Expressions may contain Unicode characters in which case the .bat file must be saved as a UTF-8 file without signature.
The free download (_SandR_RE.zip) contains the following 2 files:
1. Download now (1.83 KB).
2. Unzip _SandR_RE.zip to a folder called _SandR_RE.
A. Introduction
B. Get the Free Download