Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-10-14 14:18
Flavor·PCRE (Legacy)

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

Description

Works for all types of comments and even multiline comments in java.

Submitted by Chandan