This package is meant to find and replace data in files.
The replacer class takes a text data value to be found as well the replacement text. It scans files from a given directory to find and replace the specified data.
The replacer class may either scan all files or just the ones that match a given regular expression. It may optionally scan sub-directories recursively.