View Single Post
Old 06-24-2025, 02:25 AM   #8
jwes
Connoisseur
jwes began at the beginning.
 
Posts: 82
Karma: 10
Join Date: Jul 2023
Device: none
(?<=\n).* and .*(?=\n) also don't work, though (?<=\n).* finds the second line of each file. (.*)\n works well enough for my purpose. I am editing OCRed text where tables were converted as plain text and wanted to put <tr> </tr> around each line.
jwes is offline   Reply With Quote