Regular Expressions 101

Community Patterns

Youtube Video Id

0

Regular Expression
.NET 7.0 (C#)

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

Description

Matches the video Id in Youtube URL.

Submitted by CW - 10 months ago