Regular Expressions 101

Community Patterns

1

tag replace

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

Originale

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

sdf

PCRE (PHP <7.3)
f
Submitted by f - 8 years ago
1

URL detector

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

Regex to validate date format yyyy/mm/dd | Taha

1

Regular Expression
PCRE (PHP <7.3)

/
^(19[5-9][0-9]|20[0-4][0-9]|2050)[-\/](0?[1-9]|1[0-2])[-\/](0?[1-9]|[12][0-9]|3[01])$
/
gm

Description

Loading markdown...
Submitted by Taha Bhutta - 7 years ago