| Home | Basic/Intermediate version | Advanced version | Super Advanced 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 on a super advanced level of complexity. As I said in the advanced and the intermediate versions, the Perl program has saved me tremendous amounts of time. I have used it hundreds of times, sometimes making changes to thousands of HTML files at a time! This web page uses exactly the same Perl program as the advanced and the intermediate versions. The only difference is that some Regular Expression Perl statements have been replaced.
The free download (_REPLACE4.zip) contains the following 2 files:
1. Download now (1.82 KB).
2. Unzip _REPLACE4.zip to a folder called _REPLACE4..
A. Introduction
B. Get the Free Download