Regular Expressions 101

Community Patterns

0

IE

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago

Find tr with current text for example #HIDETR#

0

Regular Expression
PCRE (PHP <7.3)

/
<tr\b[^<]*>[^<]*(?:<(?!tr\b)[^<]*)*#HIDETR#[^<]*(?:<(?!\/tr>)[^<]*)*<\/tr>
/
g

Description

Loading markdown...
Submitted by anonymous - 4 years ago