package day02; /** * 身份证号验证 * @author Administrator * */ public class
StringDemo2 { public static void main(String[] args) { /* *
\d{15}(\d{2}[0-9xX])? */ String regex = "\\d{15}(\\d{2}[0-9xX])?"; String id =
"11010219880215789X"; if(id.matches(regex)){ System.out.println("是身份证号"); }else{
System.out.println("不是身份证号"); } } }
运行结果:

友情链接
KaDraw流程图
API参考文档
OK工具箱
云服务器优惠
阿里云优惠券
腾讯云优惠券
华为云优惠券
站点信息
问题反馈
邮箱:[email protected]
QQ群:637538335
关注微信