Regular Expressions 101

Community Patterns

Match async OR defer in html page

0

Regular Expression
PCRE (PHP <7.3)

/
<[^\/>]+(?=[^\/>]*\b(async|defer)\b)(?!(?:\s*=\s*"?\s*\S+\s*"?(?:\s*>|\s+\S+\s*>)))
/
gmi

Description

no description available

Submitted by anonymous - 4 years ago