How to validate email by using Regular Exprssion in Blackberry. There is no Pattern class in Blackberry API. Is there any other way to validate. Thank you
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
There is no Regex in the current Blackberry API. Try this: http://code.google.com/p/regexp-me/
回答2:
Here is a good example using Regexp-me to validate the email address in Blackberry JDE.