I need to do a check on a string in java that allows the user to enter normal accents, but do not enter special characters such as @#!$!
etc.
I did something similar to verify numeric and blank registration using 'matches'. Is there something similar for such a problem?