Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-12-16 09:37
Flavor·Java

"
/\*\n?\r? (?: \* ©20\d{2}.*\n?\r?) (?: \*(?:.*\n?\r?))+ \*/
"
mg
Open regex in editor

Description

Matches a copyright header in a Java-esque multi line comment

Submitted by PhiSe