2 lines
55 B
JavaScript
2 lines
55 B
JavaScript
export const PHONE_REGEX = '^1(3|4|5|6|7|8|9)\\d{9}$';
|
export const PHONE_REGEX = '^1(3|4|5|6|7|8|9)\\d{9}$';
|