document.Replace(r"B\.\s+\w+", r"\nB. ....", False, True)
how do i replace with some regular expression
for example i have a piece of answer like this:
A. Content A. B. Content B. C. Content C. D. Content D.
i just want to break line at each position A,B,C,D with a period and space add a certain content after it