Joined: 14 May 2006 Posts: 22 Topics: 7 Location: INDIA
Posted: Wed Sep 06, 2006 6:08 am Post subject: validation logic
My requirement is validate user name as per the following criteria------ user name should not have other characters other than a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,0,1,2,3,4,5,6,7,8,9,&,",',#,(,),* ----- can any one say ho to handle this with minimum code lines (cpu usage). _________________ S Y A M
ONE CAN SMILE AND SMILE AND BE A VILLIAN
Specifying 'A' thru 'Z' will allow x'CA' --> x'CF' and x'DA' --> x'E1' to be accepted
Specifying 'a' thru 'z' will allow x'8A' --> x'8F' and x'9A' --> x'A1' to be accepted
Joined: 14 May 2006 Posts: 22 Topics: 7 Location: INDIA
Posted: Thu Sep 07, 2006 10:41 am Post subject:
Grant Can you elobrate what x'CA' --> x'CF' and x'DA' --> x'E1' and x'8A' --> x'8F' and x'9A' --> x'A1' , how ever my work is done with kolusus approach _________________ S Y A M
ONE CAN SMILE AND SMILE AND BE A VILLIAN
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum