View Single Post
  #4 (permalink)  
Old 08-18-04, 03:04 PM
<?Wille?> <?Wille?> is offline
Junior Code Guru
 
Join Date: Jan 2004
Location: Helsinki, Finland
Posts: 666
Thanks: 0
Thanked 0 Times in 0 Posts
did it the hard way..
PHP Code:

if (ereg('[A-Z]'$pass) && ereg('[a-z]'$pass) && ereg('[0-9]'$pass)) { 

shorter ways are still welcome
Reply With Quote