1 line
44 B
JavaScript
1 line
44 B
JavaScript
export const EMAIL_REGEX = /^[^@]+@[^@]+$/;
|
export const EMAIL_REGEX = /^[^@]+@[^@]+$/;
|