Regular Expressions 101

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

r"
https:\/\/tenor\.com\/(?:[a-z]{2}(?:-[A-Z]{2})?\/)?view\/(?P<image_slug>[a-zA-Z0-9%-]+-(?P<image_id>\d+))
"
gm

Description
Created·2025-03-26 12:28
Type·Match
Flavor·Python

this is mainly targeted for Discord bots using Python3 /shrug

haters can please cry below

Submitted by owocado
Open Workspace