Skip to main content
Repeats a text value a given number of times. A count below 1 returns Null. Category: text Syntax:
Returns: StringColumn Context Filtering: ✓ Yes

Parameters

Allowed Column Types: STRING, TEXT

Validation

  • Minimum parameters: 2
  • Maximum parameters: 2

Examples

Repeats each separator three times.
  • Concat - Combine different values instead of repeating one
  • Len - Count the characters in the repeated value
Last modified on August 17, 2026