Skip to content

Instantly share code, notes, and snippets.

@r0oland
Last active April 9, 2024 12:55
Show Gist options
  • Save r0oland/f00933953bac7514c61c158895b70705 to your computer and use it in GitHub Desktop.
Save r0oland/f00933953bac7514c61c158895b70705 to your computer and use it in GitHub Desktop.
Regex | Search and Replace
serach: /\*(.*?)\*/
replace: //$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment