Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-01-19 06:26
Flavor·ECMAScript (JavaScript)

/
\.(css|scss)$
/
gm
Open regex in editor

Description

Get file paths *.css or *.scss but not *.module.css or *.module.scss

Submitted by krutoo