<?php echo preg_replace('/\//', '\\\\', "Using 4 slashes: a / b\n"); echo preg_replace('/\//', '\\\\\\\\', "Using 8 slashes: a / b\n");
You have javascript disabled. You will not be able to edit any code.