Regular Expressions 101

Community Patterns

0

jftr

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

hypo-LP

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

RE_PAGE_AT_LEAST

0

Regular Expression
PCRE (PHP <7.3)

/
(^|\D+)(?P<page>\d{1,2})(\D+?|$)((?P<copy>\d{1,2}))?(\.(?P<ext>\w+))?$
/
gm

Description

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