View Single Post
Old 03-08-2019, 09:57 AM   #2
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,828
Karma: 206879174
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Uncheck "Minimal Match" in the search options. That option changes the default greediness of many operators.

It won't affect this particular search, but you also might want to make \W \w (and the like) unicode aware with (*UCP) if you have non-ascii characters in strings that you're trying to match word boundaries.

Last edited by DiapDealer; 03-08-2019 at 10:06 AM.
DiapDealer is offline   Reply With Quote