Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-14 09:58
Flavor·ECMAScript (JavaScript)

/
^(?!(http)).*\.(png|jpg|jpeg)$
/
mgi
Open regex in editor

Description

匹配不以 http 开头的图片

Submitted by anonymous