I need to find/replace or append on the end of a images ending eq#.jpg where the # can be either single or double number.
Looking throught the help eq[0-9].jpg and eq[0-9][0-9].jpg work fine to find these occurrance but how do I say append some text at the end of these occurances?
having browsed through
https://www.mobileread.com/forums/sh...d.php?t=237181
it seems this should be easily possible but I'd like to do so by filling in the find replace tool:
a bit like wildcards of ancient times past

obviously what I filled in the replace section did not work!