initcap
function initcap(column): Column;Defined in: functions/string.ts:103
Returns the string with the first letter of each word capitalized.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function initcap(column): Column;Defined in: functions/string.ts:103
Returns the string with the first letter of each word capitalized.
| Parameter | Type |
|---|---|
column | ColOrName |