David
David

Reputation: 2131

Regular Expression in Blackberry?

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

Answers (2)

stephan
stephan

Reputation: 51

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

Upvotes: 3

tien
tien

Reputation: 66

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

Upvotes: 5

Related Questions