L
Laura
Is there a way to globally check if a value has a certain format rather than to
check character-by-character?
For example, can a social security number value be globbally checked to see if
it has the format:
000-00-0000 where 0 indicates the character must be 0 to 9 and - indicates a
dash must be in that position?
I have a function to do it character-by-character but am wondering if it can be
done globally.
Thanks!
Laura
check character-by-character?
For example, can a social security number value be globbally checked to see if
it has the format:
000-00-0000 where 0 indicates the character must be 0 to 9 and - indicates a
dash must be in that position?
I have a function to do it character-by-character but am wondering if it can be
done globally.
Thanks!
Laura