resources:emacs_resources
Table of Contents
This is an old revision of the document!
<2015.6.24>
Regular expressions
(“regexps,” “regexp,” “regex”)
Links to helpful pages
http://www.emacswiki.org/emacs/RegularExpression
https://www.gnu.org/software/emacs/manual/html_node/elisp/Replacing-Match.html
Recipes
Replace single spaces after end of sentence with two spaces.
Type the following:
[M-x] query-replace-regexp [RET] \. \([A-Z]\) [RET] . \1 [RET]
resources/emacs_resources.1435157207.txt.gz · Last modified: (external edit)
