MCPcopy Index your code
hub / github.com/deepyu/RegexUtils / checkIdCard

Method checkIdCard

RegexUtils.java:30–33  ·  view source on GitHub ↗

验证身份证号码 @param idCard 居民身份证号码18位,第一位不能为0,最后一位可能是数字或字母,中间16位为数字 \d同[0-9] @return 验证成功返回true,验证失败返回false

(String idCard)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected