T ToddT Mar 9, 2004 #1 how would set up a regular expression that is 10 digits in length and can not start with 1948, 9903, and 5631? thx.
how would set up a regular expression that is 10 digits in length and can not start with 1948, 9903, and 5631? thx.
A Anand Balasubramanian Mar 11, 2004 #2 Hi , Here is a link that has all the information on regular expressions and also some samples http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/ht ml/cpconregularexpressionslanguageelements.asp Anand Balasubramanian Microsoft, Visual Basic .NET This posting is provided "AS IS" with no warranties, and confers no rights. Please reply to newsgroups only. Thanks
Hi , Here is a link that has all the information on regular expressions and also some samples http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/ht ml/cpconregularexpressionslanguageelements.asp Anand Balasubramanian Microsoft, Visual Basic .NET This posting is provided "AS IS" with no warranties, and confers no rights. Please reply to newsgroups only. Thanks