Yanghn Notes

BlogJava 首页 新随笔 联系 聚合 管理
  10 Posts :: 10 Stories :: 2 Comments :: 0 Trackbacks

由于工作需要,要求去掉java类中的注释,写了两个个正则表达式

去掉/**/(eclipse)----------------/\*(.|[\r\n])*?\*/
去掉//(eclipse)------------------ //.*$
去掉import(eclipse)------------ import.*$

去掉空行(ue) ------%[ ^t]++^p

第一个正则表达式参考这个

http://ostermiller.org/findcomment.html

http://hi.baidu.com/cowskin/blog/item/c8760546937d95036a63e54e.html

Finding Comments in Source Code Using Regular Expressions

posted on 2010-05-10 09:54 小海 阅读(509) 评论(0)  编辑  收藏 所属分类: java

只有注册用户登录后才能发表评论。


网站导航: