- Home
·
- String Manipulation
·
- This code is useful to make a quick check whether the email ID is proper (Mind You, This is not ful
This code is useful to make a quick check whether the email ID is proper (Mind You, This is not ful
This code is useful to make a quick check whether the email ID is proper (Mind You, This is not fully perfect.)
Rate This code is useful to make a quick check whether the email ID is proper (Mind You, This is not ful
(1(1 Vote))
if not Trim(Text1.Text) like "?*@?*.?*" Then
Msgbox "Incorrect E-Mail ID"
endif
This code is useful to make a quick check whether the email ID is proper (Mind You, This is not ful Comments
No comments yet — be the first to post one!
Post a Comment