Regular Expressions 101

Community Patterns

Version RegEx

1

Regular Expression
PCRE (PHP <7.3)

/
^([\d]+[\.]?)*([\d]+[\.])*[\d]+$
/
gD

Description

Matches version numbers consisting of only digits and dots.

Submitted by anonymous - 6 years ago