Thread
:
Problem with .* in regex search
View Single Post
06-24-2025, 02:25 AM
#
8
jwes
Connoisseur
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
View Public Profile
Find More Posts by jwes
Track Posts by jwes via RSS