How to check the value entered in EditText is aplhanumeric or not?

Posted by rob on Stack Overflow See other posts from Stack Overflow or by rob
Published on 2010-04-18T15:10:50Z Indexed on 2010/04/18 15:13 UTC
Read the original article Hit count: 301

Filed under:
|
|
|

My application takes userid from user as input, the userid is alphanumeric i.e just the first character is (a-z), other part is numeric. How can I validate input of this type ( like G34555) ?

© Stack Overflow or respective owner

Related posts about android

Related posts about input