Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ toLowerCase
Method
toLowerCase
packages/zod/src/v4/classic/schemas.ts:390–390 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
388
trim(): this;
389
normalize(form?:
"NFC"
|
"NFD"
|
"NFKC"
|
"NFKD"
| (string & {})): this;
390
toLowerCase(): this;
391
toUpperCase(): this;
392
slugify(): this;
393
}
Callers
12
normalizeTabValue
Function · 0.65
"~validate"
Function · 0.65
_parse
Method · 0.65
string.test.ts
File · 0.65
toLowerCase
Function · 0.65
string.test.ts
File · 0.65
preprocess.test.ts
File · 0.65
catch.test.ts
File · 0.65
template-literal.test.ts
File · 0.65
slugify
Function · 0.65
_toLowerCase
Function · 0.65
_stringbool
Function · 0.65
Calls
no outgoing calls
Tested by
1
normalizeTabValue
Function · 0.52