Regular Expressions 101

Community Patterns

download file

0

Regular Expression
ECMAScript (JavaScript)

/
filename="?(\S*\.\w*)
/
i

Description

get the name of download file

Submitted by stefango - 3 years ago