Regular Expressions 101

Community Patterns

1

one line html

PCRE2 (PHP >=7.3)
matches html
Submitted by anonymous - 4 months ago
1

test

PCRE2 (PHP >=7.3)
mail, pass, ...
Submitted by anonymous - 4 months ago
1

jerry_eth_match

PCRE2 (PHP >=7.3)
jerry_eth_match
Submitted by rin - 4 months ago
1

html <Title>

Java 8
htnle
Submitted by erichologist - 4 months ago

Valid date (DD-MM-YYYY) from 1900 to 2099

0

Regular Expression
Java 8

"
^((0)*[1-9]|1[012]|3[01])-((0)*[1-9]|1[012]|2[012]|3[01])-(19[0-9][0-9]|20[0-9][0-9])$
"
gm

Description

Loading markdown...
Submitted by Nevix-Sama - 9 months ago