How should I validate an e-mail address?

后端 未结 30 2001
臣服心动
臣服心动 2020-11-22 08:25

What\'s a good technique for validating an e-mail address (e.g. from a user input field) in Android? org.apache.commons.validator.routines.EmailValidator doesn\'t seem to be

30条回答
  •  春和景丽
    2020-11-22 09:13

    The Linkify class has some pretty useful helper methods that might be relevant, including regular expressions designed to pick up phone numbers and email addresses and such:

    http://developer.android.com/reference/android/text/util/Linkify.html

提交回复
热议问题