i333
i333

Reputation: 13

PHP Regular expression to find scripts in head

I need regular expression to be used in PHP that can extract all script tags links (src attributes).

i already have this regex which i created to extract script src values but i'm unable to make it work to find only in the head section

/<script [^>]*src=["|\']([^"|\']+(\.js))/i

hoping someone will check this and test before sending a new regex that can work.

Upvotes: 0

Views: 665

Answers (0)

Related Questions