Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

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

Description
Created·2021-12-16 09:37
Type·Match
Flavor·Java

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

Submitted by PhiSe
Open Workspace