Regular Expressions 101

Community Patterns

1

Nomes teste

PCRE (PHP <7.3)
no description available
Submitted by Ale - 8 years ago
1

[\d]*

PCRE (PHP <7.3)
kostix@mail.ru
Submitted by anonymous - 8 years ago

Match all but global.css

1

Regular Expression
ECMAScript (JavaScript)

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

Description

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