How to validate for leading space in name
I'm trying to add validation to first and last name to prevent leading spaces using VBS. I tried a validation rule the following condition for a validation and it doesn't not trigger.
If First Name (Global Name) matches regexp /^\s/
Has anyone been able to do this?
Tagged:
0