Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

/
(\/\*([^*]|[\r\n]|(\*+([^*\/]|[\r\n])))*\*+\/)|(\/.*)
/
g

Description
Created·2016-09-29 12:48
Type·Match
Flavor·JavaScript

This pattern finds comments block in the source code.

Submitted by giraysam
Open Workspace