how can i define a pattern for it.
gave input as ~!@`$%#^&*()
showed in web ~\!@`$%\#^\&*\(\)
now escape characters also got accepted - but \ char getting added
i want to store string as it is as how user entered
Let me know if there is a solution or any work around to handle it.
Thankyou