About
This text tool enables 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 specific number of characters. You can also double the number of 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".
ABCABCABC
Result
ABC
ABC
ABC
Character Position
Use this option to add a line break after reaching a certain number of characters.
Example: Add line breaks every 4 characters.
ABCABCABC
Result
ABCA
BCAB
C
Add 1 Line
Use this option to add a new line after the last occurrence of a line break (followed by any character except \n).
Example: Add a new line
ABC
ABC
ABC
Result
ABC
ABC
ABC