Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-01-29 20:43
Flavor·Python

r"
\d{10}:A{2}.{33}
"
gm
Open regex in editor

Description

matches for telegram bot tokens

Submitted by anonymous