View Single Post
Old 05-25-2020, 10:11 AM   #10
Pippo53s03
Member
Pippo53s03 began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Apr 2015
Device: Kobo Aura H2O 2ed
I tried this:
Quote:
search:
Fig._[0-9]+[0-9]+.[0-9]+[0-9]+

replace:
Fig._[0-9]+[0-9]+.[0-9]+[0-9]+<img src="../Images/Fig._[0-9]+[0-9]+.[0-9]+[0-9]+.jpg"/>
and I found correctly chars:
Quote:
Fig._10.41
but it is translated into:
Quote:
Fig._[0-9]+[0-9]+.[0-9]+[0-9]+<img src="../Images/Fig._[0-9]+[0-9]+.[0-9]+[0-9]+.jpg"/>
maybe some special char in replace makes the regular expression not executable?
Please, help!
Pippo53s03 is offline   Reply With Quote