eclipse、myeclipse中删除所有注释正则表达式

  Ctrl+F:

  

复制代码 代码如下:

  /\*{1,2}[\s\S]*?\*/

  选择正则表达式,替换全部即可。

eclipse、myeclipse中删除所有注释正则表达式