node-lib

@wtasnorg/node-lib


@wtasnorg/node-lib / toLowerString

Function: toLowerString()

toLowerString(s): string

Defined in: src/strings.ts:921

ToLower returns s with all Unicode letters mapped to their lower case.

Parameters

s

string

Input string.

Returns

string

Lower-cased string.