Regular Expressions 101

Community Patterns

extract id in filename psd from path ftp

0

Regular Expression
ECMAScript (JavaScript)

/
.+\/+(\d+).+?psd
/
gm

Description

extract id in filename psd from path ftp

Submitted by loochanin - 2 years ago