Regular Expressions 101

Community Patterns

Number recognization

0

Regular Expression
PCRE (PHP <7.3)

/
((?=0*)[1-9]+[0-9]+\.{1}|0{1}\.{1})(?(1)(?!\.{2,})\d+)|(?=0*)([1-9]+[0-9]*(?!\.{2,}))
/
gm

Description

no description available

Submitted by anonymous - 5 years ago