<?php $myString = "14f05000034e69"; $test = preg_replace('/(.)(.)/', '$2$1', $myString); echo $test;
You have javascript disabled. You will not be able to edit any code.