Regular Expressions 101

Community Patterns

0

IE

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago

Numbers - decimal, scientific etc

0

Regular Expression
PCRE (PHP <7.3)

/
^-?(\d|(\d+,?\d+))*(\.\d+)?(e\d+)?$
/

Description

Loading markdown...
Submitted by Shashwat Black - 8 years ago