Commit 622d335f by Administrator

Update RegexPatterns.java

parent e2212dfe
......@@ -8,5 +8,5 @@ public class RegexPatterns {
/**
* 手机号
*/
public static final String MOBILE = "^[1](([3|5|8][\\d])|([4][4,5,6,7,8,9])|([6][2,5,6,7])|([7][^9])|([9][1,8,9]))[\\d]{8}$";
public static final String MOBILE = "^[1](([3|5|8][\\d])|([4][4,5,6,7,8,9])|([6][2,5,6,7])|([7][^9])|([9][1,8,9,5]))[\\d]{8}$";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment