Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-11-03 01:19
Flavor·PCRE (Legacy)

/
.+\.{a-z}+$
/
gm
Open regex in editor

Description

DELETE * FROM albums WHERE YEAR = '2018' AND pic NOT LIKE '%.j%'

Submitted by anonymous