help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

multiline regex mode?


From: Giles Chamberlin
Subject: multiline regex mode?
Date: Mon, 09 Oct 2006 13:57:38 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Is it possible to have .* match over a new line?

I'd like to be able to match 

{foo}

and

{
   foo
}

with a regex of the form {.*} without having to specify the line
break.

Thanks
-- 
Giles


reply via email to

[Prev in Thread] Current Thread [Next in Thread]