Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-08-11 16:27
Flavor·Python

r"
^(\d)\_\_(.*)\.(png|svg|jpg|gif)
"
gmi
Open regex in editor

Description

This regex is designed for end users to test if there image file is name compliant.

Submitted by Jeremiah Carlson