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

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

Regexp Query/Replace Without Trashing Original Text


From: Tennis Smith
Subject: Regexp Query/Replace Without Trashing Original Text
Date: Sat, 31 Jul 2004 03:37:48 -0700

Hi,

How can I convert something like this

$GLOBAL_VAR

to this:

$global_array(GLOBAL_VAR)

??

Its easy to do a regexp query/replace for "\$[A-Z]", but I don't really want
to change either the leading dollar sign ("$") or the trailing uppercase
text (GLOBAL_VAR).

TIA,
-Tennis

--
Remove "-remove-to-reply" to respond to my  email address directly.




reply via email to

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