Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-28 11:27
Flavor·PCRE2 (PHP)

/
^([0-2]\.\d+\.\d+$)|(3\.0\.\d+$)|(3\.1\.\d$)|(3\.1\.1[1-6]$)
/
gm
Open regex in editor

Description

Should show all semantic versions up to but not including 3.1.17

Submitted by anonymous