0
I need to do a check on a string on java which allows the user to insert a normal accent, but does not insert special characters such as: @#!$! etc.. 
I did something similar to check numerical and blank registration using 'Matches'. There is something similar to this problem?
I think so
[^\!\"\#\$\%\&\'\(\)\*\+\,\.\/\:\;\<\=\>\?\@\\\^\_\{|}~-\0 t n r]+`– M8n