• Juan Luis Sanchez Toural
    July 12, 2018 at 5:54 am #5225

    <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>

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search