Token
Checks if the given string only contains alphabetic characters, numbers & _ (underscore)
import Schema from "@rapidom/schema";
const Validator = Schema.string().token();
Last updated
Was this helpful?
Checks if the given string only contains alphabetic characters, numbers & _ (underscore)
import Schema from "@rapidom/schema";
const Validator = Schema.string().token();
Last updated
Was this helpful?