Numbered lists
Create indexed labels, placeholders, checklist items, or sequential test records.
Repeat text safely with flexible separators, numbering, line-by-line mode, prefixes, suffixes, and iteration variables.
{n} one-based position {n0} zero-based position {total} total items {text} source textUse plain repetition for quick lists, line mode for multiple source values, or template variables to generate indexed labels and test data.
Create indexed labels, placeholders, checklist items, or sequential test records.
Join repeated values with commas, tabs, spaces, line breaks, or escape-aware custom text.
Combine {text}, {n}, {n0}, and {total} in source, prefix, or suffix.
Repeat every non-empty input line while maintaining one continuous output sequence.
\n becomes a newline, \t becomes a tab, \r becomes a carriage return, and \\ becomes one backslash.
The limit protects mobile devices and browser tabs from accidental memory pressure caused by very large repetition counts.
Yes when per-line mode is enabled. Three source lines repeated five times produce fifteen output items.