0

What's the best method to check textfield input for email, using Appcelerator Studio? Can I use regex or what?

Thanks, Zoltan

Zoltan
  • 43
  • 1
  • 8

1 Answers1

3

you can use normal javascript to check for an email. See https://stackoverflow.com/a/46181/5193915

and pass $.textfield.value into the function.

Community
  • 1
  • 1
miga
  • 3,997
  • 13
  • 45