Regular Expressions 101

Community Patterns

C Style block comment

1

Regular Expression
Python

r"
/\*/?(\n|[^/]|[^*]/)*\*/
"
g

Description

no description available

Submitted by anonymous - 8 years ago