I have the following string
Re: Re: Re: Re: Re: Re: Re: Re:
What I want is the end result of mutating this string is:
Re:
So what I am looking for is a way to detect multiple Re: (with a space in between) and change it to just one Re:.
If I had any idea how to accomplish this I'd post some code but no real clue how to do this in php