Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-02-16 08:31
Flavor·PCRE (Legacy)

@
^(?:(?:http(?:s?)://)?(?:www\.)?vk\.com/video)(?:\?z=video)?(-?\d{5,}_\d{5,})
@
Open regex in editor

Description

$match[0] - full url $match[1] - just id

Submitted by Denis Efremov