Edit rules and data pieces

Each edit rule when executed can produce data pieces that can be used by other edit rules. For example the "Find text" rule with text "String" produces by default the dat piece called "Whole match String" which contains all matches found in the file. The other edit rule, for example "Replace text", can use that information and replace found matches with other text or with the value of some other data piece.

See also Find/Replace example and INI-file editing example