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,065
  • 2
  • 20
  • 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
  • 96,448
  • 30
  • 213
  • 255
stephan
  • 51
  • 1
  • 6