Skip to content

Commit

Permalink
Merge branch 'master' into rxsocks
Browse files Browse the repository at this point in the history
  • Loading branch information
RockyLOMO committed Oct 24, 2024
2 parents 937e49d + f72942d commit 3f9f2a9
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 3f9f2a9

Please sign in to comment.