strip regex only integers php code example Example: php filter only numbers $output = preg_replace( '/[^0-9]/', '', $string );