Skip to content

Commit

Permalink
Update Strings.java
Browse files Browse the repository at this point in the history
  • Loading branch information
youfanx committed Oct 18, 2024
1 parent 6a283d0 commit f72942d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rxlib/src/main/java/org/rx/core/Strings.java
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ public interface RegularExp {
/**
* 验证手机号码
*/
String Mobile = "^0{0,1}1[3|5|7|8]\\d{9}$";
String Mobile = "^0{0,1}1[3|4|5|6|7|8|9]\\d{9}$";
/**
* 验证电话号码
*/
Expand Down

0 comments on commit f72942d

Please sign in to comment.