MCPcopy
hub / github.com/handsontable/handsontable / toUpperCaseFirst

Function toUpperCaseFirst

handsontable/src/helpers/string.ts:9–11  ·  view source on GitHub ↗
(string: string)

Source from the content-addressed store, hash-verified

7 * @returns {string}
8 */
9export function toUpperCaseFirst(string: string): string {
10 return string[0].toUpperCase() + string.substr(1);
11}
12
13/**
14 * Compare strings case insensitively.

Callers 12

CoreFunction · 0.90
helpers.types.tsFile · 0.90
getPluginFunction · 0.90
_registerPluginFunction · 0.90
switchSheetMethod · 0.90
FormulasClass · 0.90
syncMovesMethod · 0.90
#syncInitialOrderMethod · 0.90
setOffsetMethod · 0.90
getOffsetMethod · 0.90
replaceDataFunction · 0.90

Calls 1

toUpperCaseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…