05-08-18, 06:55 PM
يمكن الاستفادة من هذا الكود
PHP كود :
Dim email As String = "email@site.com"
If Regex.IsMatch(email, "^\w+[-_.]?\w+@\w+\.\w{2,}$") Then
MsgBox("OK")
Else
MsgBox("Error")
End If
