1Enter up to four strings and their replacements in the Configuration Manager.  Then set the 'do_replace'
2option to true.  When the page is loaded into the editor the plugn will do the search and
3replacement.
4
5The plugin keeps track of the pages which it has processed and will not re-process the same page twice
6during the same search and replace session.  To start a new session, set the 'do_replace' option to false,
7save the updated configuration, then reset it to true and again save.
8
9The plugin also accepts regular expressions, which must be marked with open and closing hashes:
10    #regex#
11The regex can include parenthesized options, consistent with PHP's use of PCRE,e.g. (?i) to
12set case insensitivity.
13
14
15