Regular Expressions 101

Community Patterns

0

SYMS

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

22 Jimmy

PCRE (PHP <7.3)
.+\.{a-z}+$
Submitted by anonymous - 4 years ago

regex-input-number

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\B(?=(\d{3})+(?!\d))
/
gm

Description

Loading markdown...
Submitted by me - a year ago