Repeats some text for you 1. Repeats some text for you 2. Repeats some text for you 3.
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.
<li> <label for="ex-%number"></label> <input type="text" name="ex-%number" id="ex-%number" /> </li>