<?php $re = '/(\{([GUW])})\1*|./'; $str = '{1}{G}{G}{U}{U}{W}'; $result = preg_replace($re, '$2', $str); echo $result;
You have javascript disabled. You will not be able to edit any code.