Please explain the Regular expression to validate the EmailThis topic has 0 replies, 1 voice, and was last updated 9 years, 7 months ago by Shalabh.Viewing 1 post (of 1 total)AuthorPosts October 26, 2013 at 4:11 pm #4613 ShalabhParticipantCan anyone explain the following code specially regular expression. In this code i am using to validate the email address.[code title=”C#”] try { strIn = Regex.Replace(strIn, @”(@)(.+)$”, this.DomainMapper, RegexOptions.None, TimeSpan.FromMilliseconds(200)); } catch (RegexMatchTimeoutException) { return false; }[/code]Thanks Shalabh AuthorPosts Viewing 1 post (of 1 total) You must be logged in to reply to this topic.Log In Username: Password: Keep me signed inLog In