hi I want a regex pattern to check that the string doesn't contain any digits .
For Illustration : I'm coding a Hospital System and I want from user to enter the name of the patient , Of course the name shouldn't contain any digits , how can I do this by Regex ?