Alphanum
Checks if the given string only contains alphabetic characters and numbers
import Schema from "@rapidom/schema";
const Validator = Schema.string().alphanum();
Last updated
Was this helpful?
Checks if the given string only contains alphabetic characters and numbers
import Schema from "@rapidom/schema";
const Validator = Schema.string().alphanum();
Last updated
Was this helpful?