I'm trying to catch strings that look like this:
Code:
<p class="calibre1">Don’t be late for school,” she called. [...]
(Note the missing opening quotation mark)
the regex search that I'm using
returns a string that includes multiple lines. How do i get it to limit the search to a single line?