View Single Post
Old 02-29-2020, 12:44 PM   #8
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,696
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
You can also use (?-i) to disable case insensitivity. PCRE regex makes it possible to apply/remove case (in)sensitivity to portions of regex expressions. Meaning one could have case sensitive and case insensitive portions in the same expression. Which means that advanced regex users would actually have to sacrifice functionality if a simple on/off option were used to control regex case (in)sensitivity.

Last edited by DiapDealer; 03-01-2020 at 05:34 AM.
DiapDealer is offline   Reply With Quote