Quote:
Originally Posted by DiapDealer
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.