Skip to content

Instantly share code, notes, and snippets.

@rxnlabs
Created January 6, 2017 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rxnlabs/e22090ec32cad02356781636ac064bed to your computer and use it in GitHub Desktop.
Save rxnlabs/e22090ec32cad02356781636ac064bed to your computer and use it in GitHub Desktop.
Regular Expression - Find comments in a file /* comments. Found here http://blog.ostermiller.org/find-comment
/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+/
@multinerd
Copy link

Youre a life saver, i also used that blog as a reference and for the past week its been down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment