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

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

Re: Another regex problem


From: rgb
Subject: Re: Another regex problem
Date: 25 Oct 2005 14:18:37 -0700
User-agent: G2/0.2

> 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.

(setq case-fold-search t
      case-replace nil)

Specify both the search text and replacement in lower case.
With case-fold-search t it will find upper and camel case
occurances.  case-replace nil causes the replacement to be
used literally.



reply via email to

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