18 #ifndef CUTELYSTVALIDATORALPHADASH_H
19 #define CUTELYSTVALIDATORALPHADASH_H
21 #include <Cutelyst/cutelyst_global.h>
22 #include "validatorrule.h"
26 class ValidatorAlphaDashPrivate;
78 static bool validate(
const QString &value,
bool asciiOnly =
false);
101 #endif //CUTELYSTVALIDATORALPHADASH_H
Stores custom error messages and the input field label.
Base class for all validator rules.
Checks a value for only alpha-numeric content and dashes and underscores.
Contains the result of a single input parameter validation.