Enter a Text Input control in which you want to enter the Email ID. Rename this control as txtEmail.
In this validation, if email is not in correct format, it will display in Red color otherwise in Black color. This will change color on mouse hover.
Select txtEmail control. Change the value of it’s Color property.
IsMatch function matches whether a text string matches a pattern that can comprise ordinary characters, predefined patterns or a regular expression.
The second parameter of IsMatch function defines the pattern to match like Digit, Email, Hyphen, Letter etc.


