View Single Post
Old 06-23-2025, 09:06 AM   #3
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,807
Karma: 6000000
Join Date: Nov 2009
Device: many
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.
KevinH is offline   Reply With Quote