Skip to main content
Nintex Community Menu Bar
Solved

Cannot get email validation to work in office 365

  • November 28, 2017
  • 5 replies
  • 24 views

Forum|alt.badge.img+5

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.

Best answer by jgabella

once I just typed it in, now it works.

5 replies

Forum|alt.badge.img+16
  • 898 replies
  • November 29, 2017

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


Forum|alt.badge.img+5
  • Author
  • 33 replies
  • November 29, 2017

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


Forum|alt.badge.img+16
  • 898 replies
  • November 29, 2017

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


Forum|alt.badge.img+5
  • Author
  • 33 replies
  • November 29, 2017

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


Forum|alt.badge.img+5
  • Author
  • 33 replies
  • Answer
  • November 29, 2017

once I just typed it in, now it works.