Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-09-10 00:10
Flavor·PCRE (Legacy)

/
^([0-9]{1,2})+[.]+([0-9]{1,2})+[.]+([0-9]{1,2})
/
Open regex in editor

Description

This validates version numbers that adhear to the Semantic protocol e.g. in form of xx.xx.xx or 1.2.2

Submitted by Al