Regular Expressions 101

Community Patterns

Git

0

Regular Expression
PCRE (PHP <7.3)

/
^(?!\.git\b)(.*)
/
gm

Description

Regex fpr not considering git

Submitted by anonymous - 6 years ago