Hi guys,


I'm also trying to check my password only contains certain characters
i.e. only a-z and 0-9.


<cfset chr_list
='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'>


I've made a list of characters I'd like to check but am trying to work
out how to use maybe the CONTAINS function.


<cfif form.password contains???


Thanks,


Stuart
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to