Regular Expressions 101

Community Patterns

Comment Finder (Java/C#)

1

Regular Expression
PCRE (PHP <7.3)

/
((\/\/[^\n\r]*)|(\/\*[^\*\/]*\*\/))
/
gmi

Description

Search comment in Java and C# Code

Submitted by Peter Boccia - 8 years ago