Skip to content

Instantly share code, notes, and snippets.

@Andimeo
Created December 14, 2017 02:46
Show Gist options
  • Save Andimeo/e69c60a0f05069ee42cbc32d19604248 to your computer and use it in GitHub Desktop.
Save Andimeo/e69c60a0f05069ee42cbc32d19604248 to your computer and use it in GitHub Desktop.
regex to replace m_xxx to xxx_ in emacs
\([^[:alpha:]]\)m_\([[:alpha:]_]+\)
\1\2_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment