In converting text from a word doc, the original author used a line of periods
Friends and family......................................-1
XBox 360 ................................................-2
I want to get rid of long lines of consecutive periods. I want to keep sentences that use periods intact. So I do not want to remove all periods, just when they appear in groups of 3 or more.
In converting text from a word doc, the original author used a line of
Share
Use a regular expression:
Demonstration: