Client side validation using regular expression
In this video we will discuss, how regular expressions can be used to perform client side validation. On most of the websites it is common to check if the format of the email is valid. Using regular expressions we can achieve this very easily. Here is an example.