Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-05-27 03:39
Flavor·PCRE (Legacy)

/
(?:<video[^>].*src=\")(?<src>[^"].*)(?=\?)
/
Open regex in editor

Description

For use on wordpress on multisite. Finds mp4 videos within the content.

Submitted by Mike Kormendy