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

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

replace-regexp question


From: Chang Luo
Subject: replace-regexp question
Date: Mon, 2 Jun 2003 04:21:11 -0700

I want to replace regexp "a$" to "a$b$c$".  how to do that?

i.e.  I want:
a    ->     a
            b
            c

But replace-regexp gives me:
a   ->      a$b$c$

Thanks!




reply via email to

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