Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-10-24 14:45
Flavor·Python

r'''
(?x) https?:// (?: (?:www|m)\. (?:tiktok.com)\/ (?:v|embed|trending) (?:\/)? (?:\?shareId=)? ) (?P<id>[\da-z]+)
'''
gm
Open regex in editor

Description

Submitted by anonymous