Repeat each line a specified number of times. Useful for generating repeated patterns, separators, or test data.
Example
abc (n: 3) → abcabcabc
ha (n: 5) → hahahahaha
- (n: 10) → ----------
Chain this tool with others in the Pipeline Builder →
Create multi-step text transformations