<?php $str = '${\\"GL\\x47\\x4c\\x4c\\x53\\"}'; echo preg_replace_callback( '/\\\\x([\da-fA-F]+)/', fn($m) => pack("H*", $m[1]), $str );
You have javascript disabled. You will not be able to edit any code.