Regular Expressions 101

Community Patterns

Regex replace word in string if it is not a link

0

Regular Expression
PCRE (PHP <7.3)

/
\bAmazon\b(?!(?:(?!<\/?a\b[^>]*>).)*?<\/a>)
/
gm

Description

Submitted by anonymous - 3 years ago