Regular Expressions 101

Community Patterns

url ending in 'digit/' or 'copy'

0

Regular Expression
PCRE (PHP <7.3)

/
\d+\/$|(copy)
/
gm

Description

to identify instances where the url has been copied

Submitted by anonymous - 6 years ago