Hmmm... Join / Split tricks...

Ok, here's one that I use quite often:
Code:
While InStr($s,$c+$c) $s=Join(Split($s,$c+$c),$c) Loop


Useful, eh?