What might be a good regex to detect strings which involves only (at least one) letter and special character? I checked this, How to check if a string contains only [numbers OR special characters] in python, but it didn't help.
I want to detect strings which involves only (at least one) letter and special character in python.