Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
.*\s([[:digit:]]*)\s(?:of|[\/])\s([[:digit:]]+)
/
gm

Description

Submitted by anonymous - 3 years ago