vekexasia / android-edittext-validator

Android form edit text is an extension of EditText that brings data validation facilities to the edittext.
MIT License
1.45k stars 378 forks source link

Special Char #43

Closed evgenybozhko2 closed 8 years ago

evgenybozhko2 commented 8 years ago

Hi, I receive problem with alphaNumeric type. Germany chars, detect like special chars. device-2016-02-11-090718

vekexasia commented 8 years ago

Can you try with alphaValidator?

evgenybozhko2 commented 8 years ago

It's address field, must contain characters and numbers. I will try with regular expressions, to take it possible.

vekexasia commented 8 years ago

Can you just give a try to alpha and see if the special char is allowed there?