我想验证在Blackberry 10 App中使用C ++文本字段中输入的电子邮件ID。
有人可以建议如何做到吗?
提前感谢。
答案 0 :(得分:1)
使用10.1中添加的Validator API:cascades_validator.html"> https://developer.blackberry.com/cascades/reference/bb_ cascades _validator.html
您需要提供自己的正则表达式来匹配电子邮件。互联网上有很多例子可以做到这一点。您可以从http://www.regular-expressions.info/email.html
开始(可能只是结束)信息