Skip to content

Commit

Permalink
[Fix]: 매직넘버 validation 변경 (#517)
Browse files Browse the repository at this point in the history
Related to: #516
  • Loading branch information
dev-Crayon authored Oct 31, 2024
1 parent 0527cdb commit ec56522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ public class Constant {
public final static int CURRENT_GENERATION = 35;

// Regex
public final static String PHONE_NUMBER_REGEX = "^010\\d{8}$";
public final static String PHONE_NUMBER_REGEX = "^(010|015)\\d{8}$";
}

0 comments on commit ec56522

Please sign in to comment.