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