Regular Expression in Blackberry?

做~自己de王妃 提交于 2019-12-07 15:36:17

问题


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.



来源:https://stackoverflow.com/questions/6212172/regular-expression-in-blackberry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!