Skip to content

toLowerCase

toLowerCase(s): string

Defined in: Utils/Str.ts:87

Converts a string to lowercase.

string

string

pipe("HELLO", Str.toLowerCase); // "hello"