On 10/26/07, 7stud -- <bbxx789_05ss / yahoo.com> 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.