View Single Post
Old 11-15-2023, 05:03 PM   #1
jwes
Connoisseur
jwes began at the beginning.
 
Posts: 82
Karma: 10
Join Date: Jul 2023
Device: none
Problems with regex and text flag

I was using this regex: "(.*?)"
the quotes are part of the regex
on this p

<p class="msonormal3">“Ah,” Pen Rel said again, and inclined his head. "Mostly, it is a matter of temperature control.<br class="calibre13"/>How much simpler, after all, to let the wandering air take the heat away than to condition the dock entire.”</p>

and the found text was:

"Mostly, it is a matter of temperature control.<br class="

Also ^ and $ don't work how I would expect. They seem to match only after and before newlines in text rather than the start and end of paragraph text.

I also find it very difficult to distinguish between “, ", and ” in the find and replace boxes.

Last edited by jwes; 11-15-2023 at 05:20 PM.
jwes is offline   Reply With Quote