I am trying to find a solution to remove all special characters possible and numbers from a string.
For example: If a password has: abCdre@$!*123, then I need to remove all special characters and numbers. How can I accomplish it using regular expressions.