Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-06-05 02:15
Flavor·.NET 7.0 (C#)

@"
(?<=v\\u003d)([a-zA-Z0-9-]*)
"
gm
Open regex in editor

Description

Matches the video Id in Youtube URL.

Submitted by CW