What is the easiest way to get an array of all letters not in a string? I.e. $array = notinstring("abc"); //returns array of: d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php