What?

Repeats some text for you 1. Repeats some text for you 2. Repeats some text for you 3.

Why?

Ever had to repeat the same line of code, or the same HTML over and over again in a mockup? Thought so. This can help you generate unique id's for HTML to make the mockup work nicely, without having to use find/replace.

How?

  1. Enter some text in the textarea on the left.
  2. Insert the string: "%number", wherever you would like the number inserted.
  3. Hit the "Iterate" button.
  4. Magics will happen.
  5. Your text will appear here, with the unique reference number inserted.

Example

<li>
<label for="ex-%number"></label>
<input type="text" name="ex-%number" id="ex-%number" />
</li>