Regular Expressions 101

Community Patterns

36

http://

PCRE (PHP <7.3)
no description available
Submitted by Mitus M. - 9 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

Telegram messages url

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?:https?:\/\/)?(?:www\.)?t(?:elegram)?\.(?:org|me|dog)\/(?:c\/(?<chat_id>\d+)|(?<username>[a-zA-Z](?:_(?!_)|[a-zA-Z0-9]){2,30}[a-zA-Z0-9]))(?:\/(?<thread_id>\d+))?(?:\/(?<message_id>\d+))
/
mg

Description

Loading markdown...
Submitted by anonymous - 5 months ago
(Last modified 5 months ago)