Regular Expressions 101

Community Patterns

Email Client Quirks: Add spaces before !important where needed

0

Regular Expression
ECMAScript (JavaScript)

/
([^\s])(\!important)
/
g

Description

no description available

Submitted by Mike Kormendy - 6 years ago