Skip to content

Commit

Permalink
Update pattern for Interco (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMBourgeois authored Apr 2, 2024
1 parent 25bfa45 commit 31a1530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/insee/rmes/api/geo/ConstGeoApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ConstGeoApi {
public static final String PATTERN_CANTON_OU_VILLE = "(([0-9]{2})|(2[0-9AB])|(97[1-6]))([0-9]{2})";
public static final String PATTERN_COM ="9[78][1-9]";
public static final String PATTERN_DISTRICT ="9[78][1-9]{3}";
public static final String PATTERN_INTERCO ="2[0-4][0-9]{7}";
public static final String PATTERN_INTERCO ="[0-9]{9}";
public static final String PATTERN_CANTON = "(([0-9]{2})|(2[0-9AB])|(97[1-6]))([0-9]{2})";

public static final String PATTERN_IRIS="[0-9][0-9AB][0-9]{7}";
Expand Down

0 comments on commit 31a1530

Please sign in to comment.