Validator that checks if a value contains only alphanumeric characters. Works on String fields.
const Alphanumeric() : super(r'^[a-zA-Z0-9]+$');