Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vertexvaar/571bda4796d4f8a6b9d51b19528d147d to your computer and use it in GitHub Desktop.
Save vertexvaar/571bda4796d4f8a6b9d51b19528d147d to your computer and use it in GitHub Desktop.
RegEx search & replace
Search: \/\*\*\n\s+\*\s(.*?)\n\s+\*\/
Replace: /** $1 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment