Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-10-10 04:21
Flavor·PCRE (Legacy)

/
(.*)((?:\/\*|\/\/|--).*)
/
g
Open regex in editor

Description

works fine for // and -- but has issue with multi line comment(/**/)

Submitted by anonymous