Codice PHP:
function is_md5$param )
{
    return 
preg_match('/^[a-f0-9]{32}$/i'$param)>0;