Skip to content

overlay

function overlay(
src,
replace,
pos,
len?): Column;

Defined in: functions/string.ts:186

Overlays the specified portion of a string with another string.

Parameter Type Default value
src ColOrName undefined
replace ColOrName undefined
pos number undefined
len number -1

Column