From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: help-gnu-emacs@gnu.org
Subject: Re: case change in replacement text with regex-replace
Date: Wed, 18 Apr 2007 01:47:24 +0200 [thread overview]
Message-ID: <yoijwt0amulv.fsf@gamma02.me.chalmers.se> (raw)
In-Reply-To: mailman.2109.1176678953.7795.help-gnu-emacs@gnu.org
Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:
> \U I didn't see in the elisp manual
For the record, XEmacs does have \U:
`\&' in REPLACEMENT means substitute original matched text.
`\N' means substitute what matched the Nth `\(...\)'.
If Nth parens didn't match, substitute nothing.
`\\' means insert one `\'.
`\u' means upcase the next character.
`\l' means downcase the next character.
`\U' means begin upcasing all following characters.
`\L' means begin downcasing all following characters.
`\E' means terminate the effect of any `\U' or `\L'.
Case changes made with `\u', `\l', `\U', and `\L' override
all other case changes that may be made in the replaced text.
--
Johan Bockgård
next prev parent reply other threads:[~2007-04-17 23:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-11 11:31 case change in replacement text with regex-replace Le TeXnicien de Surface
2007-04-14 20:01 ` Dieter Wilhelm
[not found] ` <mailman.2074.1176581215.7795.help-gnu-emacs@gnu.org>
2007-04-15 8:22 ` Le TeXnicien de Surface
2007-04-15 23:10 ` Dieter Wilhelm
2007-04-15 23:21 ` Dieter Wilhelm
[not found] ` <mailman.2110.1176679588.7795.help-gnu-emacs@gnu.org>
2007-04-16 6:56 ` case change in replacement text with regex-replace [solved] Le TeXnicien de Surface
2007-04-16 19:50 ` Dieter Wilhelm
[not found] ` <mailman.2109.1176678953.7795.help-gnu-emacs@gnu.org>
2007-04-17 23:47 ` Johan Bockgård [this message]
2007-04-18 5:19 ` case change in replacement text with regex-replace Dieter Wilhelm
[not found] ` <mailman.2192.1176873913.7795.help-gnu-emacs@gnu.org>
2007-04-18 18:09 ` David Kastrup
2007-04-21 21:19 ` Dieter Wilhelm
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yoijwt0amulv.fsf@gamma02.me.chalmers.se \
--to=bojohan+news@dd.chalmers.se \
--cc=help-gnu-emacs@gnu.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.