that looks like an ASP regular expresion.
try using this:
/^.*(?=.{8,})(?=.*\d)(?=.*[a-zA-Z]).*$/
(?=.{8,}) = 8 or more characters
(?=.*\d) = at least one number
(?=.*[a-zA-Z]) = at least 1 lower case or upercase letter
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.