Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-03-25 22:03
Flavor·ECMAScript (JavaScript)

/
(audio|image|video|x-(?:[0-9A-Za-z!#$%&'*+.^_`|~-]+))\/([0-9A-Za-z!#$%&'*+.^_`|~-]+)
/
g
Open regex in editor

Description

A regex that matches popular media types like audio, images and/or video. Can be adjusted to any media file type.

Submitted by Javier Carrion