View Single Post
Old 02-29-2020, 07:55 AM   #6
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,705
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by The_book View Post
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 View Post
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/
DiapDealer is offline   Reply With Quote