I'm having issues with a Form that customers are uploading non-breaking space characters into a Long Text field.
Using regex testing sites I was able to get the following pattern:
[^\h\s]+
The above pattern matches characters that aren't horizontal whitespace (catches the ' ' non-breaking space) or whitespace.
When I enable the "match regex pattern" option on my Long Text field, enter my pattern, and attach a Regex error message I don't receive the error message when testing and space characters are still accepted.
Any one run into this issue before? Any help is appreciated, thank you!