On Thu, Oct 20, 2011 at 12:01:45PM -0700, dp wrote: > > > On Oct 20, 1:33 pm, Ronald J Kimball <[email protected]> wrote: > > > Use .*? instead of .* for non-greedy matching. > > Thanks, Ronald. Unfortunately, all that results is a system beep. > Here's what I've got. Have I misunderstood you? > (<!-- Begin value list -->)(.*?)(<!-- End value list -->)
You still need (?s) to allow . to match newlines. Ronald -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
