Last active
April 22, 2020 01:46
-
-
Save NHZEX/9e0aa3dbc79f943e440add26f77a4982 to your computer and use it in GitHub Desktop.
IDEA 文件头注解清理正则
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\/\*\* | |
\* Created by \S+?\. | |
\* User: \S+? | |
\* Date: \S+? | |
\* Time: \S+? | |
\*\/\s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\*\s?@author \S+$\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment