node-lib

@wtasnorg/node-lib


@wtasnorg/node-lib / toUpperString

Function: toUpperString()

toUpperString(s): string

Defined in: src/strings.ts:993

ToUpper returns s with all Unicode letters mapped to their upper case.

Parameters

s

string

Input string.

Returns

string

Upper-cased string.