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