I mean a line of code, not a line of text.
what's happening is that my search is returning the highlighted part of the following string:
Code:
<p class="calibre1">“I have to go pick up Cindy.”</p>
<p class="calibre1">Well, don’t be late for school,” she called. [...]
when all i want it to match is:
Code:
<p class="calibre1">“I have to go pick up Cindy.”</p>
<p class="calibre1">Well, don’t be late for school,” she called. [...]