Regular Expressions 101

Community Patterns

0

test123

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 9 years ago

everything that doesn't match .gitignore at the end

3

Regular Expression
PCRE (PHP <7.3)

/
!(\.gitignore)$
/
i

Description

Loading markdown...
Submitted by anonymous - 9 years ago