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

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

Re: Another regex problem


From: Edward Dodge
Subject: Re: Another regex problem
Date: 27 Oct 2005 14:42:34 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

exits funnel <exitsfunnel@yahoo.com> writes:

> Hello,
> 
> I've bumped into another problem which I'd like to use
> query-replace-regexp to fix if possible.  Not I've got
> a bunch of these:
> 
> t_foo_Grape_Banana
> t_foo_Pear
> t_foo_Apple
> 
> which I'd like to replace with
> t_foo_grape_banana
> t_foo_pear
> t_foo_apple
> 
> In other words I'd like to make them uniformly lower
> case but I can't figure out how to accomplish this in
> the replacement string.  is it possible?  thanks in
> advance.
> 
> -exits

C-x C-l downcase-region 

-- 
Edward Dodge
          
   __o    
 _`\(,_   
(_)/ (_)  ---  --- 


reply via email to

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