I am using APEX 3.2 and I want to make sure that a text field and a text area are not null AND do not begin with a space.
I have a validation in place for NULLs but if a user enters a single space then that field is no longer considered “NULL”.
Any ideas?
If you want to check whether a field is entirely filled with spaces
If you want to check whether a field begins with one or more spaces