Return to Snippet

Revision: 62114
at February 2, 2013 01:59 by XtreamIT


Initial Code
(/\*([^*]|[
]|(\*+([^*/]|[
])))*\*+/)|(//.*)

Initial URL


Initial Description
It removes all standard C-style comments(/* 1-n */) and all single line comments("//"). Greedy matching.

Initial Title
Remove comments in code

Initial Tags
regex

Initial Language
Regular Expression