DB
FunctionsString

repeat

Repeats each string value N times. Non-positive counts return an empty string.

repeat(…) → String

Kind · scalar

Repeats each string value N times. Non-positive counts return an empty string.

Part of the String family.