I'm trying to determine the best possible way to implement equivalent client side validation for a password reset application to enforce the same requirements as the Active Directory server it's trying to reset against. Note the following requirements: http://technet.microsoft.com/en-us/library/cc786468(v=ws.10).aspx
Please also note the app is mvc 1.0 and right now we're doing regex validation using the jquery validation plugin.
I'm kind of hoping there is a tool to generate a regex or maybe an easy way to generate the list of all of these characters and then do some comparison against them?