(value: string, params?: string | core.$ZodCheckStartsWithParams)
| 376 | regex(regex: RegExp, params?: string | core.$ZodCheckRegexParams): this; |
| 377 | includes(value: string, params?: string | core.$ZodCheckIncludesParams): this; |
| 378 | startsWith(value: string, params?: string | core.$ZodCheckStartsWithParams): this; |
| 379 | endsWith(value: string, params?: string | core.$ZodCheckEndsWithParams): this; |
| 380 | min(minLength: number, params?: string | core.$ZodCheckMinLengthParams): this; |
| 381 | max(maxLength: number, params?: string | core.$ZodCheckMaxLengthParams): this; |
no outgoing calls