I've never understood why Nintex Forms use the reverse of the logical JavaScript pattern to match strings for input validation, but I've usually been able to figure out how to match what I want. This time, I'm stuck.
I've got a New Responsive Designer form in O365. I want to invalidate any input of a non-word character in a text field. With this pattern...
It matches if I only input symbols.
As soon as I add a letter or number, the match fails.
Anyone know the pattern to make this work?