Skip to content

toUpperCase

toUpperCase(s): string

Defined in: Utils/Str.ts:77

Converts a string to uppercase.

string

string

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