It's been either since 10.5: > "\n" is now a synonym for "\r" when searching and replacing, with or without > Grep; use either when you wish to find or replace with a line break
Cheers Sent from my iPad > On 28/09/2013, at 8:01, Ronald J Kimball <[email protected]> wrote: > > If you don't want to match newline characters, then you want [^/\n]+ > instead. (Or it might be [^/\r]+ - I can't remember at the moment whether > BBEdit uses \r or \n for the newline character.) -- This is the BBEdit Talk public discussion group. 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> --- 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 post to this group, send email to [email protected].
