Regular Expressions 101

Community Patterns

5-part regex for find/replace with @@.

0

Regular Expression
PCRE (PHP <7.3)

/
(<hi\s*rend="\w*">)([\w\s()]*[^<])(@{2,3}\d{1,2}?)([\w\s()]*[^<])?(<\/hi>)
/
g

Description

no description available

Submitted by anonymous - 6 years ago