3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('R_MD5_MATCH', '/^[a-f0-9]{32}$/i'); if(preg_match(R_MD5_MATCH, $input_string)) { echo "It matches."; } else { echo "It does not match."; }

preferences:
35.82 ms | 402 KiB | 5 Q