Regular Expressions 101

Community Patterns

1

us date format

PCRE (PHP <7.3)
us date format
Submitted by denis - 8 years ago
1

Test

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

Numeric input allow commas and decimal point

1

Regular Expression
PCRE (PHP <7.3)

/
^[1-9][\,\d]*(.\d+)?$
/
i

Description

Loading markdown...
Submitted by anonymous - 8 years ago