Does anyone know where I can find some regular expression syntax for validating that passwords are "strong". Windows can enforce "strong" passwords, and I want to do something similar for users that are stored in the Db. But I don't want to random generate passwords, since that usually leads to user headache. Does anyone know if there are any regEx syntax that will do this for me? Thanks.The RegEx forum.