Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
\.(css|scss)$
/
gm

Description

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

Submitted by krutoo - 2 years ago