Skip to main content

I am using a regular expression that I verified working in a few online testers. I have a screenshot below. It will never let me pass validation. I even tried simplifying. Seems like nothing will work.

 

I found this on the forum: ‌

And I did try pasting in notepad first and then back into nintex. Still won't work.

That does not work on RegExr: Learn, Build, & Test RegEx 


worked for me on that one as well. I plugged it in and it highlighted both emails.


Could you copy/paste it here ( as text )?


[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,4}


once I just typed it in, now it works.


Reply