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

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

Re: How to capitalize words?


From: Xah Lee
Subject: Re: How to capitalize words?
Date: Thu, 6 Aug 2009 19:12:40 -0700 (PDT)
User-agent: G2/1.0

without using a special package, you can do it by simply use query-
replace-regexp, with pattern like this: “\. +.”, and in the
replacement string give this: “\,(upcase \1)”.

For detail, see bottom:

• Find and Replace with Emacs
  http://xahlee.org/emacs/emacs_find_replace.html

  Xah
∑ http://xahlee.org/

reply via email to

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