使用方法
- Paste or type the text to number into the input area。
- Set the starting number, pad width, and separator string。
- Read the numbered output instantly in the output panel。
- Copy the result with the copy button。
範例
- With start 1, pad 2, separator ": ", the lines "first", "second", "third" become "01: first", "02: second", "03: third"。
- Setting start to 10 and separator to ". " produces "10. first", "11. second", useful for numbered list formatting。