View Single Post
Old 07-27-2025, 12:08 PM   #12
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,954
Karma: 6361444
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by DiapDealer View Post
Could something go wrong if one of the css files had an illegal control, or null, character in it?
Not that I am aware of.

Something very strange is going on ...

If it works under Regex mode, as stated by the OP, with find value: thish2

Then under Normal mode, the Find term is escaped which in this case would escape to an identical string: thish2 then a regex is done on that string.

So there is no way I can think of where it would work in regex and then fail under normal mode with that search string on the exact same set of files.

So there is something unexpected going on but without a test case, I can not recreate or fix it.

Last edited by KevinH; 07-27-2025 at 12:12 PM.
KevinH is online now   Reply With Quote