Valid: A-Z and 0-9
if(v::alphanum($input)) { echo 'Yay, valid!'; }
fields: example: label: Example field type: text validate: alphanum