S
shapper
Hello,
I need to check if a string contains at least one space between two
words:
"John" > Fail
"John " > Fail
"John Smith" > Pass
Basically I need to create a validation rule to be sure, as close as
possible, that a user inserted the first and last name.
The existence of at least two words and a space between them is the
closest approximation of it.
How can I do this?
Thanks,
Miguel
I need to check if a string contains at least one space between two
words:
"John" > Fail
"John " > Fail
"John Smith" > Pass
Basically I need to create a validation rule to be sure, as close as
possible, that a user inserted the first and last name.
The existence of at least two words and a space between them is the
closest approximation of it.
How can I do this?
Thanks,
Miguel