Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-28 08:28
Flavor·PCRE2 (PHP)

/
[0-9]{3}[M]
/
gm
Open regex in editor

Description

I've used this for filtering files which are bigger than 100 M and smaller than 1 GB

Submitted by anonymous