From: "rgb" <rbielaws@i1.net>
Subject: Re: Another regex problem
Date: 25 Oct 2005 14:18:37 -0700 [thread overview]
Message-ID: <1130275117.200962.119370@z14g2000cwz.googlegroups.com> (raw)
In-Reply-To: <mailman.12658.1130265846.20277.help-gnu-emacs@gnu.org>
> 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.
next parent reply other threads:[~2005-10-25 21:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.12658.1130265846.20277.help-gnu-emacs@gnu.org>
2005-10-25 21:18 ` rgb [this message]
2005-10-25 21:47 ` Another regex problem Pascal Bourguignon
2005-10-25 22:06 ` David Kastrup
2005-10-27 21:42 ` Edward Dodge
2005-10-25 21:28 Dave Humphries
-- strict thread matches above, loose matches on Subject: below --
2005-10-25 18:44 exits funnel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1130275117.200962.119370@z14g2000cwz.googlegroups.com \
--to=rbielaws@i1.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).