Math Operations:

 

Sample (Math term is in red): %1<% 12.3f(E1-10)>

 

To perform a math operation on the found string, specify the format you want and then surround the math syntax inside ( ). Put this just before the closing > character for that component of the replace term.

Use E1, E2, E3, ..., etc to reference the Search and Replace %n operator to use. For example, if %1 is the found string you want to do a math operation on, use E1. If %3 is the found string of interest, use E3.

It is up to you to make sure the two correspond! The program currently does not check for mismatches. You could do something like %1<%d(E4/2)>, which references %1 for the number formatting but then divides %4 by 2. Obviously this would be silly.