Regular Expressions 101

Community Patterns

0

Port mapping

PCRE (PHP <7.3)
no description available
Submitted by yord - 9 years ago
0

brian

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

test

PCRE (PHP <7.3)
test
Submitted by test - 9 years ago
1

regex

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

Credit Card Expiry Date

13

Regular Expression
ECMAScript (JavaScript)

/
^(0[1-9]|1[0-2])(\/|-)([0-9]{4})$
/
gm

Description

Loading markdown...
Submitted by Rider - 9 years ago