问题
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