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 occurence of a letter/word or after certain amount of characters. You can also double the amount line breaks by selecting the "Add 1 line" option.
Text Occurence
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 occurence of 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 occurence of linebreak (followed by any character except \n).
Example: Add 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.