Regular Expressions 101

Community Patterns

Test filter for "Find original image files (when duplicate)"

0

Regular Expression
PCRE (PHP <7.3)

/
.+_[[:digit:]]+\..+$
/
gm

Description

There too many images that don't fit the category. I had to put this regexp to have higher change finding them.

Submitted by anonymous - 3 years ago