From: "Jesús Gabriel y Galán" Date: 2007-10-27T06:46:10+09:00 Subject: Re: Newlines included in bracket negation On 10/26/07, 7stud -- wrote: > The regex character '.' will stop searching > at a newline, but that is not true of regex's generally. In any case, > you do not use the '.' character in your regex, so that behavior is > irrelevant. Can you check my example above? I'm using a greedy match of .* which I thought would match up to a \n in a non-multiline regexp, and would include everything in a multiline one. I must be confused at some point :-( Jesus.