Regular expression for pan card and website
hi friends,i want regular expression for PAN card and website.....
thanx in advance
regards
divya
^(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%\$#_]*)?$
<asp:RegularExpressionValidator ID="revPAN" runat="server" ControlToValidate="TextBoxPAN"
ErrorMessage="Not a valid PAN!, Please Re-enter"
ValidationExpression="[A-Z]{5}\d{4}[A-Z]{1}"></asp:RegularExpressionValidator>
(http|ftp|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%& amp;:/~\+#]*[\w\-\@?^=%& amp;/~\+#])?