Regular Expressions 101

Community Patterns

some shit

0

Regular Expression
PCRE (PHP <7.3)

/
src[ *= *]['"](.*\.js[^'"]*)
/
gi

Description

find all js link on page source

Submitted by hobot - 10 years ago