Regular Expressions 101

Community Patterns

Inline and comment blocks

0

Regular Expression
ECMAScript (JavaScript)

/
(?<!:)(\/\/).+$|\/\*[\s\S]+\*\/
/
gm

Description

no description available

Submitted by anonymous - 5 years ago