Regular Expressions 101

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

/
(\/\*[\s\S]*?\*\/|[^}{;\/]+\{[^{}]*\}|;|}|[^}{;\*]+\{)
/
g

Description

Splits the css code into two blocks. (comments|selector block)

Submitted by @Silent_Coder - 10 years ago