Check Is email format without extension

Check Is email format without extension
How to find textbox text is email or not without extension

check if string contains @

How to use string contain @

blocks(1)

2 Likes

But " . " Is missing

just checking for @ and . will not help very much…
see also

my EmailAddressIsValid method form the tools extension is using that solution

Taifun

1 Like

If it is missing then just show an alert to the users as, You email is wrong… or Enter Valid email address

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.