Regular expression in Blackberry?

How to check emails using regex in Blackberry. There is no template class in the Blackberry API. Is there any other way to check. Thanks you

+3
source share
2 answers

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

+5
source

Here is a good example of using Regexp-me to verify your email address in Blackberry JDE.

+3
source

All Articles