Hi I want to validate a string which donot have numeric characters.
If my string is "javaABC" then it must be validated If my string is "java1" then it must not be validated
I want to restrict all the integers.
So how can I restrict using regex in java
Thanks Sunil Kumar Sahoo