Checks if the value matches a given regular expression
if(v::match($value, '[a-z0-9]+')) { echo 'Yay, valid!'; }
fields: example: label: Example field type: text validate: match: [a-z0-9]+