Juan Luis Sanchez Toural
<p dir=”auto”>I have a table, a list of email addresses (name value pairs), I would like to validate the addresses are valid using a regular expression.</p>
<p dir=”auto”>What would be the implementation in the Event folder of the control?</p>
<p dir=”auto”>I am trying something like this:</p>
<p dir=”auto”>var re = new RegExp(/^[a-zA-Z0-9.!#$%&’*+/=?^_'{|}~-][email protected][a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/);</p>
<p dir=”auto”>Thank you</p>
<p dir=”auto”></p>
<p dir=”auto”>Juan Luis</p>