Skip to content

Instantly share code, notes, and snippets.

@huobazi
Created August 26, 2011 05:56
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huobazi/1172797 to your computer and use it in GitHub Desktop.
Save huobazi/1172797 to your computer and use it in GitHub Desktop.
Regular expression to remove HTML comments
text = text.gsub(/<!--(.|\s)*?-->/,'')
@bodysodabot
Copy link

thanks

@gorfadvijay
Copy link

Thank you

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