Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-12-30 21:06
Flavor·PCRE (Legacy)

/
^(?P<major>|[0-9]+)\.(?P<minor>[0-9]+)\.(?P<patch>|[0-9]+)-(?:(?P<GA>GA$)|(?P<PRO>PRO$)|(?P<SNAPSHOT>SNAPSHOT$)|(?P<RC>RC$))$
/
gm
Open regex in editor

Description

SemVer with Tags

Submitted by Umair Malik