Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ toUpperCase
Method
toUpperCase
packages/zod/src/v4/classic/schemas.ts:391–391 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
389
normalize(form?:
"NFC"
|
"NFD"
|
"NFKC"
|
"NFKD"
| (string & {})): this;
390
toLowerCase(): this;
391
toUpperCase(): this;
392
slugify(): this;
393
}
394
Callers
15
index.ts
File · 0.65
_parse
Method · 0.65
string.test.ts
File · 0.65
map.test.ts
File · 0.65
error.test.ts
File · 0.65
catch.test.ts
File · 0.65
transformer.test.ts
File · 0.65
all-errors.test.ts
File · 0.65
default.test.ts
File · 0.65
toUpperCase
Function · 0.65
index.test.ts
File · 0.65
string.test.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected