The pattern .+ won't match multiple lines by default. You can change it to [\s\S]+ and it will match the entire block.
Last Updated: (.+?)\. (.+?), ([0-9][0-9][0-9][0-9])\n\n([\s\S]+?)\n\n\n\n > On Jul 22, 2025, at 4:26 AM, Bill Kochman <[email protected]> wrote: > > The problem is that I cannot figure out what to use to cover the main text > part of the synopsis which is AFTER ([0-9][0-9][0-9][0-9])\n\n and BEFORE > \n\n\n\n. You can see that I have added a final (.+?) for the main text of > the syopsis. However, when I use that, the text is not being highlighted, so > that is apparently wrong. -- This is the BBEdit Talk public discussion group. If you have a feature request or believe that the application isn't working correctly, please email "[email protected]" rather than posting here. Follow @bbedit on Mastodon: <https://mastodon.social/@bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/bbedit/090D6CC3-3BE6-4DD4-A3B4-1EE1FE490599%40cumuli.com.
