Match text via Regex that is within an HTML tag -
Through a Regex, I'm trying to match the word above # 1 and # 3. It seems that I need a letterhead which ensures that a closing tag which does the opposite). But there is nothing to come up with the correct expression. Any idea is appreciated. You can enter the string one , only When he
& lt; P & gt; tag.
& lt; P & gt; Zero One Two Three & lt; / P & gt;
Zero one two < P & gt; Three & lt; / P & gt;
& lt; P & gt; Zero A & lt; B & gt; Two & lt; / B & gt; & Lt; / P & gt; & Lt; P & gt; Three & lt; / P & gt;
& lt; P & gt; Two & lt; / P & gt; Three should be a match
and
one which is
& lt; P & gt; is inside the tag.
\ bone \ b (? = (?!? & Lt; \ /? P & gt;).) * )
Comments
Post a Comment