Skip to content

Commit

Permalink
Merge pull request #6 from onlyGuo/master
Browse files Browse the repository at this point in the history
fix: 增加农行623052号码段识别.
  • Loading branch information
nanchen2251 committed Aug 1, 2019
2 parents a21d176 + 0c2d8a6 commit 7537f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class BankInfoUtil {
String s12 = "^(620054|620142|620184|620030|620050|620143|620149|620124|620183|620094|620186|620148|620185)\\d{10}$";
String s13 = "^(620114|620187|620046)\\d{13}$";

String s14 = "^(622841|622824|622826|622848|620059|621282|622828|622823|621336|621619|622821|622822|622825|622827|622845|622849|623018|623206|621671|622840|622843|622844|622846|622847|620501)\\d{13}$";
String s14 = "^(622841|622824|622826|622848|620059|621282|622828|622823|621336|621619|622821|622822|622825|622827|622845|622849|623018|623206|621671|622840|622843|622844|622846|622847|620501|623052)\\d{13}$";
String s15 = "^(95595|95596|95597|95598|95599)\\d{14}$";
String s16 = "^(103)\\d{16}$";
String s17 = "^(403361|404117|404118|404119|404120|404121|463758|519412|519413|520082|520083|552599|558730|514027|622836|622837|628268|625996|625998|625997|622838|625336|625826|625827|544243|548478|628269)\\d{10}$";
Expand Down

0 comments on commit 7537f5e

Please sign in to comment.