This class can be used to search the content of certain files and replace with different information.
It can browse a given directory recursively and open files that match certain file name extensions.
The files are read to search for a given regular expression text.
Optionally it may replace all the occurrences with a new text and the files are updated.
The log is generated to record the search and replacement activity. |