Regular Expressions 101

Community Patterns

Select progress from given text

0

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

Submitted by anonymous - 3 years ago