insert paragraph break before numbers [closed]
I have a list of questions and answers. All questions begin with a number and I would like to insert paragraph breaks before those numbers.
Using regular expressions, the numbers could be identified by ^[0-9] and for replacement, \n inserts a paragraph. However, I cannot figure out how to specify that the numbers should be retained.
I have looked over the LibreOffice and OpenOffice references and have not found the way to do this. It must not be hard. Perhaps it would be easier if I knew what this property is called.