Unfortunately, there are some limitations in handling linebreaks via search and replace in PSPad. In this case, to insert a new line break before each number (hopefully, there are any other in the text...) you can place the cursor at the end of the original text, set the search direction "Backward" and perform the regex replace: (\d+)
REPLACE WITH: $1 hth, vbr -- <https://forum.pspad.com/read.php?2,77290,77291> PSPad freeware editor https://www.pspad.com