Regular Expressions 101

Community Patterns

ComplexURLMatching filename and extension

0

Regular Expression
ECMAScript (JavaScript)

/
.*(https)*\/(.*)\.(.*\?|.*$)(.*$)
/
mg

Description

no description available

Submitted by lg - 6 years ago