Search code examples
regexblackberry-jde

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


Solution

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