Hi All,
I have a password requirement change box for the users in asp.net. I am trying to write a regular expression where the four characters of the old passoword should not be same as the four characters of the new password string in C#. The code should return false if they are same.
Can I do this in regular expression, if not, is their any other quick way
Thanks.