Regular Expressions 101

Community Patterns

35

http://

PCRE (PHP <7.3)
no description available
Submitted by Mitus M. - 10 years ago
8

repeat group match

Python
no description available
Submitted by anonymous - 8 years ago
18

Email validation

PCRE (PHP <7.3)
no description available
Submitted by tutsplus.com - 9 years ago
16

Alphanumeric Regex

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

domain - host

Python
no description available
Submitted by anonymous - 8 years ago

email (tikhonov)

5

Regular Expression
ECMAScript (JavaScript)

/
^([a-z0-9]+(?:[._-][a-z0-9]+)*)@([a-z0-9]+(?:[.-][a-z0-9]+)*\.[a-z]{2,})$
/
i

Description

Loading markdown...
Submitted by Tikhonov Alexander <123546.90@mail.ru> - 8 years ago
(Last modified 4 months ago)