Quote:
Originally Posted by KevinH
Are you searching in Regex mode?
Under regex options, what exact options are checked? Do you have Dot All set? Do you have Minimal matches set?
Your first behaviour is consistent with no Minimal match and no Dot All.
The second find test will always start where the first one ends.
And the text box will always search from the cursor slipping past any tags. That way it only detects text outside of tags. Its results depend on starting point and the tags that exist and where they are located, and of course the Regex Options that you set.
In my testing, it all works as expected given the regex options.
Please provide a sample html, and all your exact find settings indicating what you get versus what you expect to see, so we can recreate what you are seeing.
|
Here is what I get from saving and exporting the search
[search_entries]
1\Name=Unnamed Search
1\Find=.*
1\Replace=
1\Controls=RX DN AH
size=1
What I expect is to find the next line each time I click on find. What I get is I find the first line in each html file.
It happens on every epub I've tried. I will attach one.