hello I have a problem with the regular expressions, don't work in device (IPAD) but in the simulator work very good
example:
var RegExAlphbetic = /[a-zA-ZñÑ\s]/;
if(valor.match(RegExAlphbetic)) { valid = true; }else { Ti.UI.createAlertDialog({message:"Solo letras"}).show(); }
Your Answer
Think you can help? Login to answer this question!