***************************************************************************
Find & Replace It! - Advanced Replacement Examples
Copyright(c) 2007-2014, dProg - Philippe Docourt
Version: 2.2
***************************************************************************

This folder contains some examples of the advanced replacement capabilities of Find & Replace It! especially when it comes to dynamic text replacements. These examples will show you how to:
    * convert HTML titles to Title Case;
    * convert numerical values from millimeters to inches within a csv file;
    * rename any getter method in your source code, by reusing the initial name of the method;
    * insert a dynamic header containing the current date and the name of the file in your source code files;
    * play with the level of all titles contained in a HTML document;
    * use script to interpret sequences of ASCII characters in your replacement texts;
    * manipulate headers and footer of documents by updating the copyright year, changing page numbering, removing the footer, etc;
    * automatically update a continuous numbering for specific elements in a document (using the index of the current occurrence);
    * synchronize a subtitle file (.srt) with a movie by applying a constant time shift, or a constant time shift plus a linear speed correction;
    * replace ZIP codes by using a dictionary that defines the mapping between the old ZIP codes and the new ones;
    * etc.

To use these FRI files, simply run Find & Replace It!, click on the 'File/Open...' menu command, then select the file of your choice among the examples. You must turn on the visibility of the 'Find & Replace Editor' to view what has been loaded from the file.

In order to visualize what's going on with the given replacement configuration, you should activate the display of the 'Find & Replace Preview'. After that you'll be able to play with the 'Display mode' dropdown list.

