Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Library
Account
Regex Quiz
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP)
JavaScript
Python
Golang
Java
.NET 7.0 (C#)
Rust
POSIX ERE
POSIX BRE (grep/sed)
PCRE (Legacy)
Sponsors
Learn to code interactively with bite-sized, hands-on programming challenges.
Community Library
Search community submissions...
0/512
Your search did not match anything
Community Library Entry
0
Regular Expression
Open Workspace
/
^.
*
(?<!
\.
min
)(
\.
(
css
|
js
)
)
$
/
g
Description
Created
·
2016-09-28 02:39
Type
·
Match
Flavor
·
PCRE (Legacy)
This regex will match only filenames not containing the ".min" marker
Submitted by
Anonymous
Open Workspace