Repeat String

Pure
RepeatString

Repeats a string N times.

Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text

Inputs

NameTypeDefaultDescription
InputFStringInput parameter
CountintCount parameter

Outputs

NameTypeDescription
ReturnValueFStringReturnValue output

Example Use Cases

Example 1

Generate a divider line ('----').

Example 2

Create indentation with repeated spaces.