Regular Expressions 101

Community Patterns

Regex that does not match 0 but matches other values

0

Regular Expression
PCRE (PHP <7.3)

/
0*(?:[1-9]\d*(?:\.\d*)?|\.0*[1-9]\d*)
/
g

Description

no description available

Submitted by anonymous - 5 years ago