Skip to content

Instantly share code, notes, and snippets.

@matesnippets
Created January 10, 2015 19:57
Show Gist options
  • Save matesnippets/9b4db275f9cb2e644a05 to your computer and use it in GitHub Desktop.
Save matesnippets/9b4db275f9cb2e644a05 to your computer and use it in GitHub Desktop.
PHP, Keep numbers in a string
$str = preg_replace('/[^0-9.]+/', '', $str);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment