Regular Expressions 101

Community Patterns

1

instagram url

Python
gets the url instagram
Submitted by samuel06santos - a month ago
1

Kafka loki parser

Golang
Kafka loki parser
Submitted by anonymous - a month ago
1

Extract tag name and its content

Python
Lrc file
Submitted by Cricar - 2 months ago
1

Match each tag

Python
Match each tag in a lrc file
Submitted by Cricar - 2 months ago
1

emoji-test.txt

Python
emoji-test.txt
Submitted by anonymous - 4 months ago

Python regular expression to detect any type of group link and private channel in Telegram

2

Regular Expression
Python

r"
(?i)(https\:\/\/){1}((t\.me|telegram\.me)\/){1}(joinchat\/)?(([\+\_\-a-zA-Z0-9])+)$
"
mg

Description

Loading markdown...
Submitted by Telegram : T.me/TinyPY - 4 months ago
(Last modified 4 months ago)