---
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export const isValidEmail = (email: string): boolean =>
|
||||
/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(email)
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
export const isValidEmail = (email: string): boolean =>
|
||||
/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(email)
|
||||