Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ukma!xanth!uunet!mcvax!unido!pcsbst!jkh From: jkh@pcsbst.UUCP (jkh) Newsgroups: gnu.emacs Subject: Matching multiple lines with regex Message-ID: <768@pcsbst.UUCP> Date: 11 Mar 89 16:27:31 GMT Reply-To: pcsbst!jkh@pcsbst.UUCP (Jordan K. Hubbard) Organization: PCS GmbH, Pfaelzer-Wald-Str. 36, 8000 Muenchen; West-Germany Lines: 16 [ something *is* actually eating this line these days.. ] I'm using the regex code out of 18.52 and would like to construct a regular expression that will match *all* of the characters in a string of text containing newlines. I tried ".*" (the most obvious), but it just matches up to the first newline. I haven't got newlines being treated specially in any way (I.E. as "or"s) so I can't figure out why this is happening. Any suggestions? Jordan Hubbard PCS Computer Systems pyramid!pcsbst!jkh