search: I[a-z]
replace:l\1
I have found for this to work in calibre editor it has to be search: I([a-z])
in order to pick up the following letter.
AND even though you are indicating small letters [a-z], it will pickup capital and lowercase unless case sensitive is also checked. In this way it is not exactly as you would expect.
|