Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-02-23 11:21
Flavor·PCRE2 (PHP)

/
^.*Download:\s{3,5}\K\d{1,3}\.\d{0,2}(?= Mbps)
/
gm
Open regex in editor

Description

surely can be optimized more, but it does the job and the interested number of lines is fairly low.

Submitted by anonymous