开发者

Validate an emailAddressfield in blackberry

开发者 https://www.devze.com 2023-02-26 15:06 出处:网络
How can i validate 开发者_StackOverflow社区an emailAddressfield in blackberry? Thanks in advance, I\'m a bit stuck.Validating EMail addresses (format wise) is very hard, so hard, that one may conside

How can i validate 开发者_StackOverflow社区an emailAddressfield in blackberry?

Thanks in advance, I'm a bit stuck.


Validating EMail addresses (format wise) is very hard, so hard, that one may consider to just don't do it. The recommendation is, at least, to not do it yourself but try to get a library for that task.

Here's a good article on SO about this topic.


If we are talking about Java Microedition basic validation is possible through TextField constrain parameter as TextField.EMAILADDR

Example TextField("Email", "", 100, TextField.EMAILADDR) However I would be wary of this as does check only for basic stuff

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号