Apr 4, 2011 #1 swetham Programmer May 5, 2010 257 DE Can anyone explain me how to validate fax number and web page address entered? Thank you.
Apr 4, 2011 #2 ZmrAbdulla Technical User Apr 22, 2003 4,364 AE There are many snips available on the web using RegEx This one for example http://www.java2s.com/Code/VB/Network-Remote/UseRegularExpressiontoValidateEmailaddress.htm Zameer Abdulla Upvote 0 Downvote
There are many snips available on the web using RegEx This one for example http://www.java2s.com/Code/VB/Network-Remote/UseRegularExpressiontoValidateEmailaddress.htm Zameer Abdulla
Apr 4, 2011 Thread starter #3 swetham Programmer May 5, 2010 257 DE Thnak you so much for providing the link but how to validate fax number & web page address Upvote 0 Downvote
Apr 4, 2011 #4 ZmrAbdulla Technical User Apr 22, 2003 4,364 AE google Zameer Abdulla Upvote 0 Downvote
Apr 4, 2011 Thread starter #5 swetham Programmer May 5, 2010 257 DE Iam not finding the link for webpage & fax numbers in google. Can anyone please help me out? Upvote 0 Downvote
Apr 4, 2011 #6 ZmrAbdulla Technical User Apr 22, 2003 4,364 AE http://www.regexlib.com/Search.aspx?k=urlhttp://www.regexlib.com/Search.aspx?k=phonehttp://www.regular-expressions.info/examples.htmlhttp://www.vb-helper.com/howto_net_regular_expression.htmlhttp://visualbasic.about.com/od/usingvbnet/a/RegExNET_2.htm You may need to adopt for your requirement. Zameer Abdulla Upvote 0 Downvote
http://www.regexlib.com/Search.aspx?k=urlhttp://www.regexlib.com/Search.aspx?k=phonehttp://www.regular-expressions.info/examples.htmlhttp://www.vb-helper.com/howto_net_regular_expression.htmlhttp://visualbasic.about.com/od/usingvbnet/a/RegExNET_2.htm You may need to adopt for your requirement. Zameer Abdulla