I have this string 'dwaiuhnd2\{daoiwudhja' that is password.
I want to check if the password is correct but it always gives me an error because of the spacial character.
So I just want the original string but I get 'dwaiuhnd2{daoiwudhja'.
How do I correct this behaviour?
Thanks