alphaNumeric constant

AskValidator const alphaNumeric

validates that the input is only alphanumeric characters.

Implementation

static const AskValidator alphaNumeric = _AskAlphaNumeric();