MCPcopy
hub / github.com/colinhacks/zod / uppercase

Method uppercase

packages/zod/src/v4/classic/schemas.ts:385–385  ·  view source on GitHub ↗
(params?: string | core.$ZodCheckUpperCaseParams)

Source from the content-addressed store, hash-verified

383 nonempty(params?: string | core.$ZodCheckMinLengthParams): this;
384 lowercase(params?: string | core.$ZodCheckLowerCaseParams): this;
385 uppercase(params?: string | core.$ZodCheckUpperCaseParams): this;
386
387 // transforms
388 trim(): this;

Callers 3

uppercaseFunction · 0.80
checks.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected