Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-05-03 18:06
Updated·2023-05-03 18:08
Flavor·PCRE2 (PHP)

/
^(?: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
Open regex in editor

Description

to match telegram messages url

Submitted by anonymous