Regular Expressions 101

Community Patterns

1

pm-problem

ECMAScript (JavaScript)
pm
Submitted by creamidea - 8 years ago

Validate Semantic version numbering

0

Regular Expression
PCRE (PHP <7.3)

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

Description

Loading markdown...
Submitted by Al - 8 years ago