Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-11-08 20:34
Flavor·PCRE2 (PHP)

/
([4-9]{1,1}\.([6-9]{1,1}\.([9]{1,1}$|[0-9]{2,}$)|[0-9]{2,}\.[0-9]{1,}$)|[0-9]{2,}\.[0-9]{1,}\.[0-9]{1,}$)
/
gm
Open regex in editor

Description

app version number greater than

Submitted by anonymous