Regular Expressions 101

Community Patterns

find javascript css html links in html content

0

Regular Expression
PCRE (PHP <7.3)

/
(src|href)="([0-9a-zA-Z_\-\/]+\.(css|js|png|jpg|jpeg)(\?v=\d+)?)"
/
g

Description

no description available

Submitted by anonymous - 7 years ago