About
This text tool allows you to split a block of text into multiple lines by adding line breaks. You can add a new line after an occurrence of a letter/word or after a certain amount of characters. You can also double the amount line breaks by selecting the “Add 1 line” option.
Text Occurrence
Use this option to add a line break before or after certain characters. You can choose “instead of” to replace the specified character with a new line.
Example: Add line breaks after each occurrence of the letter “C”.
ABCABCABCResult
ABC ABC ABC
Character Position
Use this option to add a line break after reaching a certain amount of character.
Example: Add line breaks every 4 characters.ABCABCABCResult
ABCA BCAB C
Add 1 Line
Use this option to add a new line after the last occurrence of linebreak (followed by any character except \n).
Example: Add a new lineABC ABC ABCResult
ABC ABC ABC
Related Tools
- Remove Line Breaks - Remove all line breaks in a text or replace it with a different character.