web-backset.cn/packages/util/src/reg.ts

5 lines
77 B
TypeScript
Raw Normal View History

2023-02-11 13:21:06 +08:00
/**
* []
*/
export const PHONE = /^1[3456789]\d{9}$/;