Revision: 62114
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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