regex - Email ID Validation in C++ in Blackberry 10 -


i want validate email id entered use inside textfield c++ in blackberry 10 app.

can suggest how can done ?

thanks in advance.

use validator api added in 10.1: cascades_validator.html">https://developer.blackberry.com/cascades/reference/bb_cascades_validator.html

you need supply own regex match email though. there lots of examples on internet. can start (and maybe end with) information on http://www.regular-expressions.info/email.html


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -