Reputation: 2131
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
Upvotes: 3
Views: 2396
Reputation: 51
Here is a good example using Regexp-me to validate the email address in Blackberry JDE.
Upvotes: 3
Reputation: 66
There is no Regex in the current Blackberry API. Try this: http://code.google.com/p/regexp-me/
Upvotes: 5