User Tools

Site Tools


resources:emacs_resources

This is an old revision of the document!


<2015.6.24>

Regular expressions

(“regexps,” “regexp,” “regex”)

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)