php get only alphanumeric from string code example Example: php string only letters $result = preg_replace("/[^a-zA-Z0-9]+/", "", $s);