I have the following problem, I have a text that has some lines like this:
20 luz de las remotísimas estrellas.
When im saying "like this", I mean with that number at the left, that indicates the line of the chapter. I also have some lines that have this:
es ya una distracción en esta ociosidad perdurable! (P126)
There lines indicate a new page of the book.
The question is, is there a simple method to remove those numbers and parenthesis from the lines? I've already used regex to eliminate "[]" with numbers inside but I don't completely understand it.