Regular Expressions 101

Community Patterns

EN_US

0

Regular Expression
PCRE (PHP <7.3)

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

Description

no description available

Submitted by anonymous - 5 years ago