<?php var_dump(preg_match('/.*/', hex2bin('ff'))); var_dump(preg_match('/^$/', hex2bin('ff'))); var_dump(preg_match('/.*/u', hex2bin('ff'))); var_dump(preg_grep('/.*/u', [hex2bin('ff')]));
You have javascript disabled. You will not be able to edit any code.