Quote:
Originally Posted by cybmole
OK - so the {2,} says to only match 2 or more occurrences.
what does the initial (?sm) do , please.
if I plan on keeping one level of block quote, that needs to be in the replace also , I assume,
just replace \2 will remove all the blockquotes & leave only the text
|
the (?sm) is a control
m on multilines
s treat as a single line
the \2 is the second capture (.+?), so surround it with a BQ set in the replace