<?php $string = "hello"; echo preg_replace('/(.)(.*)(.)/', '$3$2$1', $string);
You have javascript disabled. You will not be able to edit any code.