Regular Expressions 101

Library entries

1
javascript

Matching CSS Properties

CSS Properties
Submitted by Luidenka - 7 months ago
1
python

triple / double bottles

triple / double bottles
Submitted by anonymous - 3 months ago
1
java

Email finder

Matches with the valid email addresses.
Submitted by anonymous - 2 months ago
1
javascript

RTTU Pharsing

RegEx for RTTU Pharsing
Submitted by CVIKL Dubravko - 2 months ago
1
java

json value extract

json value extract
Submitted by anonymous - 2 months ago

Match all but global.css

Vote

1

Regular Expression
javascript

/
^(?:(?!global\.css$).)*\.css$
/
gm

Description

Loading markdown...
Submitted by Dan Compton - 8 years ago