I don't understand why this isn't working; my search string is:
<a id="Page_([xvi]+)|([\d]+)" class="x-ebookmaker-pageno" title="\[([xvi]+)|([\d]+)\]"></a>
When the file contains
<a id="Page_iv" class="x-ebookmaker-pageno" title="[iv]"></a>
and I click on the Find button, it highlights only
<a id="Page_i
What's wrong with my regexp?
|