View Single Post
Old 02-29-2020, 01: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,891
Karma: 207182180
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 06:34 AM.
DiapDealer is online now   Reply With Quote