Created
April 26, 2020 13:02
-
-
Save taikulawo/ecc9c8f3086d2e3c67b2cfe8c03d5746 to your computer and use it in GitHub Desktop.
vscode 匹配 星号注释符正则表达式
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
如下正则表达式 | |
/\*(.|\r?\n)+?\*/ | |
匹配 | |
/*hahah*/ | |
/** | |
哈哈哈 | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment