Please help !!! I’m trying this code for regular expressions,but it always returns false…Any idea ?? Thank You !!
if (user.contains(QRegExp("/^[a-z0-9]$/")))
{
QMessageBox::information (this, "Validation", "Valide !");}
else
{
QMessageBox::warning(this, "Kujdes", "Te dhenat tuaja jane te pasakta.\n Riprovo perseri.");
}
}
↧