Regular Expressions 101

Community Patterns

Version number (4 parts max) at the end of the string

0

Regular Expression
PCRE (PHP <7.3)

/
(\d+(?:\.\d+){0,3})$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago