Thread: Regex examples
View Single Post
Old 03-08-2014, 10:28 AM   #314
John Doe
Junior Member
John Doe began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Mar 2014
Device: Android
Quote:
Originally Posted by mzmm View Post
you should be able to use

Code:
find:
<a href="#id(\d+)"

replace:
<a epub:type="noteref" href="#id\1" xmlns:epub="http://www.idpf.org/2007/ops"
Yes, that Works! Thank a lot!!

Could you please explain how it works?
John Doe is offline   Reply With Quote