3

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

David
  • 2,103
  • 3
  • 21
  • 29

2 Answers2

5

There is no Regex in the current Blackberry API. Try this: http://code.google.com/p/regexp-me/

tien
  • 66
  • 1
3

Here is a good example using Regexp-me to validate the email address in Blackberry JDE.

McGarnagle
  • 101,349
  • 31
  • 229
  • 260
stephan
  • 51
  • 1
  • 6