public Boolean Email(string str)
{
if (Regex.IsMatch(str, @"^[a-z0-9_\+-]+(\.[a-z0-9_\+-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*\.([a-z]{2,4})$"))
{
return true;
}
else
{
return false;
}
}
Subscribe to:
Post Comments (Atom)
Lab 09: Publish and subscribe to Event Grid events
Microsoft Azure user interface Given the dynamic nature of Microsoft cloud tools, you might experience Azure UI changes that occur after t...
-
Let’s be honest. the contribution that salesforce has given to the to the CRM industry is unmatched. Nobody thought that a CRM would offer...
-
Before You Begin Complete the steps in Prepare Your VPC and EC2 Instances . Launch the EC2 instances that you plan to register wit...
-
Marketing and sales lead : Helps you to measure customer engagement by tracking email activities and convert them to customers. Contact ma...
No comments:
Post a Comment