Hi all,
I'm trying to add a validation that checks if there are white spaces in field.
I tried with regex \S but it does not work
I tried to add a space in the regex field "does not contain" but also does not work. It works with other string but not with spaces.
Any idea?
Thanks
I'm trying to add a validation that checks if there are white spaces in field.
I tried with regex \S but it does not work
I tried to add a space in the regex field "does not contain" but also does not work. It works with other string but not with spaces.
Any idea?
Thanks