Regular Expressions 101

Community Patterns

Removes C-like comments

1

Regular Expression
Python

r"
(\/\*\*?\s?([\/\*\s\w\.<>@-])*\*\/)|(\/\/[\*\s\w\.<>@-]*)
"
gmi

Description

no description available

Submitted by Gabriel Olivério - 9 years ago