Hi. Anyone help me out. I have a regex I’m looking to export as a simple tab-delimited .txt to LibreOffice. For some of the captured groups, they’re dividing into two rows, when they shouldn’t be. Is there anyway to stop this from happening?
If you copy and paste the first 10 — substitution section — into LibreOffice Calc, you’ll get a clear understanding as to what I’m trying to do. See here regex101: build, test, and debug regex
You can see that numbers 1, 3, 7 and 8 are on two lines. Is there a way to keep each number on one row only, without breaking the English sentence into two rows?