need regular expression of a strict (999) 999-9999 Format
-
-
hi everyone, Can anyone plz give me a regular expression of strictly (999) 999-9999 format. I've tried to modify the one available in VS .NET 2005 but couldnt do so. Thanks
Rocky Success is a ladder which you can't climb with your hands in your pockets.
hi Rocky#, Moast of the time i have failed due to lacking in the understanding of Regular Expression. So, i downloaded a software which contains a library of REGEX (Regular Expressions), from that i found REGEX of your need. \((?<AreaCode>\d{3})\)\s*(?<Number>\d{3}(?:-|\s*)\d{4}) Hope this help you. To download this software free of cost try this link. http://www.ultrapico.com/Expresso.htm Make other people to aware of such software. Thanks & Regards Dilip Kumar Vishwakarma
Programmer .Net Consulting
-
hi Rocky#, Moast of the time i have failed due to lacking in the understanding of Regular Expression. So, i downloaded a software which contains a library of REGEX (Regular Expressions), from that i found REGEX of your need. \((?<AreaCode>\d{3})\)\s*(?<Number>\d{3}(?:-|\s*)\d{4}) Hope this help you. To download this software free of cost try this link. http://www.ultrapico.com/Expresso.htm Make other people to aware of such software. Thanks & Regards Dilip Kumar Vishwakarma
Programmer .Net Consulting