Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

~
<DefaultText>(?= [^<{]*+ (?:<(?!/?DefaultText>)[^<{]* | {(?!1})[^<{]* )*+ \{1} ) # Then reach the &lt;b&gt; before </DefaultText> [^<&]*+ (?: <(?!/?DefaultText>) [^<&]* | &(?!lt;b&gt;) [^<&]* )*+ \K &lt;b&gt; # lookahead that checks if </DefaultText> exists (?= [^<]* (?: <(?!/?DefaultText>) [^<&]* )* )
~
gmx

Description

no description available

Submitted by anonymous - 6 years ago