@univerjs/core v0.4.2 • Docs
Function: repeatStringNumTimes()
function repeatStringNumTimes(string, times): string
Repeats the given string (first argument) num times (second argument). If num is not positive, an empty string is returned.
Parameters
Parameter | Type | Description |
---|---|---|
string | string | given string |
times | number | repeat times |
Returns
string
Defined in
submodules/univer/packages/core/src/shared/sequence.ts:66 (opens in a new tab)