|
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!
[Prev in Thread] | Current Thread | [Next in Thread] |