Module

x/zod/mod.ts>z.ZodString#_regex

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method z.ZodString.prototype._regex
import { z } from "https://dotland.deno.dev/x/zod@v3.23.4/mod.ts";
const { ZodString } = z;

Parameters

regex: RegExp
validation: StringValidation
optional
message: errorUtil.ErrMessage