(regex: RegExp, params?: string | core.$ZodCheckRegexParams)
| 374 | |
| 375 | // miscellaneous checks |
| 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; |
no outgoing calls
no test coverage detected