Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-06-10 14:11
Flavor·ECMAScript (JavaScript)

/
(?<=\=)(.*?)(?=\&)
/
gmi
Open regex in editor

Description

Given a youtube URL ... pull the video ID

Submitted by anonymous