Quote:
Originally Posted by The_book
Regex has its own case-insensitivity option built into it.
Sorry for I know nothing about this. Where is the opinion?
|
And therein lies the problem. If you knew more about regex, you would already know why there's not going to be any checkbox to make a regexp case-insensitive. (?i) makes a regular expression case-insensitive.
Quote:
Originally Posted by The_book
And it is for readable, I think. Nromal compare to Regex, and they both have a case-sensitive opinion. I think it's more intuitive。
|
Not going to happen. I'm not going to waste time trying to make regex more "intuitive" for people who don't know regex.
As already mentioned, you already have complete and independent control over case sensitivity in both normal and regex modes. You don't need features added to Sigil. You just need to become more fluent with regex.
https://www.regular-expressions.info/