How can I use Membership.GeneratePassword to return a password that ONLY contains alpha or numeric characters? The default method will only guarantee a minimum and not a maximum number of non alphanumeric passwords.
How can I use Membership.GeneratePassword to return a password that ONLY contains alpha or
Share
This regular expression will replace all non alphanumeric characters with the numeric character 9.