Commit 9ee8c092 authored by lee_mingzhu's avatar lee_mingzhu

add test profile

parent 60b80f30
......@@ -11,7 +11,7 @@ import java.util.regex.Pattern;
*/
public class ValidationUtil {
private static String regExp = "^((13[0-9])|(14[0-9])|(15[0-9])|(17[37680])|(18[0-9]))\\d{8}$";
private static String regExp = "^((13[0-9])|(14[0-9])|(15[0-9])|(17[0-9])|(18[0-9]))\\d{8}$";
private static String chineseExp = "^[\u4e00-\u9fa5]+(\\.|·)?[\u4e00-\u9fa5]+$";
private static Pattern phonePattern = Pattern.compile(regExp);
......
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