Regular Expression in Blackberry?

2019-05-11 01:38发布

问题:

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

回答1:

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



回答2:

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