Is there email validator code for Java ME or BlackBerry?

后端 未结 3 1721
半阙折子戏
半阙折子戏 2021-01-17 02:43

Is there some standard email validator code sample for Java ME or BlackBerry?

3条回答
  •  执笔经年
    2021-01-17 03:15

    You can simply google around for email validation regex pattern. Thats the easiest and efficient way to check email string format. see the link below.

    http://www.zparacha.com/ultimate-java-regular-expression-to-validate-email-address/

    http://leshazlewood.com/2006/02/04/java-email-address-validation-the-right-way-regular-expression/

    You will find many other examples for regex. For Regex, check the following link.

    http://www.regular-expressions.info/java.html

提交回复
热议问题