`
hollowinhart
  • 浏览: 128665 次
  • 性别: Icon_minigender_1
  • 来自: 太原
社区版块
存档分类
最新评论

6sabcsssfsfs33 去掉ab3,更好的办法

 
阅读更多
String regx="[^a|b|3]";  
      String temp="6sabcsssfsfs33";  
      Pattern p=Pattern.compile(regx);  
      Matcher m=p.matcher(temp);  
      while(m.find())  
           System.out.print(m.group());
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics