Hello everyone,
I'm facing a problem with validating the textbox in nintex form to not accepting spaces as a value.
I want the text box accept only Arabic or English characters with spaces in between and I did it using regular expresion :
^(?![s.]+$)[u0600-u065Fu066A-u06EFu06FA-u06FFa-zA-Zs.]+[u0600-u065Fu066A-u06EFu06FA-u06FFa-zA-Z-s._]*$
but when the user enters only space it accept it and take it like it's a value. Even when I removed the regular expresion it still accept the spaces.
I need help please I've spend two days for searching about this problem :(