a. option one c. option three
b. option two d. option four
And I need it to look like
a. option one
b. option two
c. option three
d. option four
I'd gotten tips from reading other posts here and thought it would be easy but I'm screwing this up somehow.
I am using the stacked bar below only because when I use only [^]* which seems to me it ought to say 'and all remaining chars to end of line not counting line break' that just errors. So the chances of a stacked bar being in my content is very very slim (not impossible) and I'm using that because then my regexes that need to do that don't fail. I'd like to know what's correct though.
This fails for not found.
Code: Select all
(^a. [^c. ]*)(c. [^|]*$)\n(^b.[^d. ]*)(d. [^|]*$)\n
\1\n\3\n\2\n\4\nBest,
PJ
edited to add the last stacked bar
