garydavid711: -------------------------------------------------------------------------------- I'm new to pspad and editors - how do i get sentences like example... --------------------------------------------------------------------------------
Hi, If I understand correctly and you need to put each verse into just one line, you can join the text into one line (Edit: Lines manipulation:: Join lines) - You have to select the text before. After that put the cursor at the end of the file, call "replace" Ctrl+H And replace in the Direction: (o) Backwards [x] Regular expressions Replace: " (\d+) " with: "\n$1 " (without quotes) This aassumes, there are aren't other numbers in the text then the vers numbers; otherwise you have to adjust it manually. hth vbr -- <http://forum.pspad.com/read.php?2,52349,52351> PSPad freeware editor http://www.pspad.com
