overlay
function overlay( src, replace, pos, len?): Column;Defined in: functions/string.ts:178
Overlays the specified portion of a string with another string.
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
src | ColOrName | undefined |
replace | ColOrName | undefined |
pos | number | undefined |
len | number | -1 |