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

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

Multiline regex


From: Giles Chamberlin
Subject: Multiline regex
Date: Mon, 21 Nov 2011 13:56:15 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (darwin)

I'm having trouble with a multi line regex: can any one show me where
I'm going wrong?

I have a data file of the form:

a
1
b

a
2
b

and wish to replace the "paragraphs" a..b.  Using re-builder (and based
on http://www.emacswiki.org/emacs/MultilineRegexp) I have constructed a
successfully matching regex:

"a\\(.*
?\\)*?*b"

but when I try to use that regex in replace-regex I get 0 matches.  Any
suggestions?




-- 
Giles




reply via email to

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