Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-02-13 08:35
Flavor·PCRE (Legacy)

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

Description

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

Submitted by @Silent_Coder