Skip to main content
Module

x/zod/index.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://deno.land/x/zod@v3.23.6/index.ts";
const { ZodString } = z;

Parameters

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