View Single Post
Old 12-18-2019, 11:39 AM   #10
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,664
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by Capricorn View Post
I at least understand what this regex does.
Well that's 100% of 85% of the battle.

EDIT: I actually had some extraneous parens in that expression. This one removes them (no change in the matching):
Code:
font-size:(?!\s*1(\.0+)?em)\s*\K[^(;|})]*

Last edited by DiapDealer; 12-18-2019 at 11:51 AM.
DiapDealer is offline   Reply With Quote