Discussion:
Help witj codes
(too old to reply)
Gabriel
2005-05-21 05:16:46 UTC
Permalink
Hello everyone,
I need some coaching on reference to a school assignment.
I need to ensure that an entry is a valid phone number. e.g 999-999-99999
I need to break the sctring into 3 substrings to validate each string is a
numeric input , then I need to ensure that two dashes are entered properly
"-"

Any help is greatly appreciated.
Thanks in advance !!!
Regards,
Gabe
Mikhail Arkhipov (Microsoft)
2005-05-21 16:47:28 UTC
Permalink
Post by Gabriel
Hello everyone,
I need some coaching on reference to a school assignment.
I need to ensure that an entry is a valid phone number. e.g 999-999-99999
I need to break the sctring into 3 substrings to validate each string is a
numeric input , then I need to ensure that two dashes are entered properly
"-"
Any help is greatly appreciated.
Thanks in advance !!!
Regards,
Gabe
Search Web for 'regular expressions'.

Thanks
Mikhail Arkhipov (Microsoft)
-- This post is provided 'AS IS' with no warranties and confers no rights
Continue reading on narkive:
Loading...