Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-05-01 22:19
Flavor·PCRE2 (PHP)

/
^https:\/\/w{3}(.youtube.com)\/(watch\?|playlist\?)(v=\w*-?\w*&list=\w*)|(v=\w*-?\w*)|(list=\w*-?\w*)
/
gm
Open regex in editor

Description

Regexing all the elements of the youtube playlist

Submitted by anonymous