码迷,mamicode.com
首页 > 其他好文 > 详细

验证随机码忽略大小写

时间:2016-12-04 07:15:26      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:nbsp   ace   pos   archive   ref   lock   blog   string   hive   

String.equals()和String.equalsIgnoreCase()的区别

String.equals()对大小写敏感,而String.equalsIgnoreCase()忽略大小写
 例如:"ABC".equals("abc")是false
 "ABC".equalsIgnoreCase("abc")为ture

验证随机码忽略大小写

标签:nbsp   ace   pos   archive   ref   lock   blog   string   hive   

原文地址:http://www.cnblogs.com/xiaoxiao0314/p/6130038.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!