Skip to content

Instantly share code, notes, and snippets.

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