Regular Expressions 101

Community Patterns

json number

0

Regular Expression
PCRE (PHP <7.3)

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

Description

no description available

Submitted by anonymous - 3 years ago