Tagged Questions
0
votes
9answers
837 views
C# Best way to replace x repeated tokens by one token
If I have:
Some text
More text
Even more text
What is the more elegant way to obtain:
Some text
More text
Even more text
All with knowing the number of repeated tokens