Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-09 13:18
Flavor·Python

r"
[\w].*_\d+\.m[p4].$
"
gm
Open regex in editor

Description

Match **audio **and **video **files in python

Submitted by anonymous