Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-06-21 11:39
Updated·2024-06-21 12:54
Flavor·.NET 7.0 (C#)

@"
(?::.+(?=;))?(\s+)
"
gm
Open regex in editor

Description

Regex that will match/replace unnecessary whitespaces in CSS code.

Submitted by Puchkov Eugene