hestia/src/lib/regex/phone.ts
Benjamin Palko 18f1b78ca4 format
2025-01-02 09:55:41 -05:00

1 line
73 B
TypeScript

export const PhoneRegex = /^\+?\d?(\d{3}\d{3}\d{4}|\d{3}-\d{3}-\d{4})$/;