Bir html etiketi parçası değil, yalnızca bir dize maç için çalışıyorum.
For example when searching for the string: "abc".
<a href="foo.html">abc def</a>
should match
<p> foo bar foo abc foo bar</p>
should match
but
<a href="abc.html">foo</a>
should not match.
Yardımın için teşekkürler!