lmaltez5 / projsirs

0 stars 0 forks source link

Verify user name has only leters #13

Closed guilherme93 closed 7 years ago

guilherme93 commented 7 years ago

if(!wordd.matches("[a-zA-Z]+")){ // Invalid word. }

guilherme93 commented 7 years ago

NOT TESTED