Regular Expressions 101

Community Patterns

FileName and Path name

0

Regular Expression
PCRE (PHP <7.3)

/
((.*(\\|\/))*\.settings(.*(\\|\/))*.*)|((.*(\\|\/))*\.metadata(.*(\\|\/))*.*)|(exe|war|ear|class|zip|7z|iso|tar|car|dll)$
/
gm

Description

Checks for existence of particular file name extension or path structure

Submitted by Gundlupet Sreenidhi - 6 years ago