Regular Expressions 101

Community Patterns

4

CloudFlare

PCRE2 (PHP >=7.3)
Cloud Flare
Submitted by anonymous - 2 years ago
4

Email

PCRE2 (PHP >=7.3)
email format control
Submitted by ahmetbarut - 2 years ago
3

example

PCRE2 (PHP >=7.3)
example
Submitted by anonymous - 2 years ago

Date with this format YYYY-MM-DD and year start 20 or 21

-4

Regular Expression
PCRE (PHP <7.3)

/
^(20|21)[0-9]{2}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])$
/
date php

Description

Loading markdown...
Submitted by cisc0 - 10 years ago