Skip to content

Instantly share code, notes, and snippets.

@longouyang
Created August 28, 2013 18:47
Show Gist options
  • Save longouyang/6369737 to your computer and use it in GitHub Desktop.
Save longouyang/6369737 to your computer and use it in GitHub Desktop.
emacs regexp to capitalize heads of sentences
\\(^\\|\\. \\)\\([a-z]\\)
\1\,(upcase \2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment